Package | Description |
---|---|
com.enremmeta.rtb.api | |
com.enremmeta.rtb.api.expression | |
com.enremmeta.rtb.jersey |
Modifier and Type | Field and Description |
---|---|
private Expression<String> |
AdImpl.parsedTargetingSegments |
Modifier and Type | Method and Description |
---|---|
Expression<String> |
AdImpl.getParsedTargetingSegments() |
Expression<String> |
Ad.getParsedTargetingSegments() |
Modifier and Type | Method and Description |
---|---|
protected And<String> |
AdImpl.and(Expression<String>... terms) |
protected Not<String> |
AdImpl.not(Expression<String> term) |
protected Or<String> |
AdImpl.or(Expression<String>... terms) |
Modifier and Type | Class and Description |
---|---|
class |
And<T> |
class |
Literal<T>
literal.
|
class |
Not<T>
Not.
|
class |
Or<T> |
class |
Terminal<T> |
Modifier and Type | Field and Description |
---|---|
private Expression<T> |
Not.term |
Modifier and Type | Field and Description |
---|---|
private Set<Expression<T>> |
Or.terms |
private Set<Expression<T>> |
And.terms |
Modifier and Type | Method and Description |
---|---|
static Expression<String> |
Helpers.parseStringExpression(String s) |
Modifier and Type | Method and Description |
---|---|
And<T> |
And.and(Expression<T>... expTerms)
This is for building fluent interfaces.
|
Or<T> |
Or.or(Expression<T>... expTerms)
This is for building fluent interfaces.
|
Constructor and Description |
---|
And(Expression<T>... expTerms) |
Not(Expression<T> term) |
Or(Expression<T>... terms) |
Constructor and Description |
---|
And(Collection<Expression<T>> terms) |
Or(Collection<Expression<T>> terms) |
Modifier and Type | Method and Description |
---|---|
private void |
AdminSvcSpec_invAd.configAdMock(Ad adMock,
Expression<String> segments,
List<TargetingGeo> geos,
List<Tag> tags) |
private void |
AdminSvcSpec_invAd.testInvAdIfAuthenticatedAndInvAdFound(Ad[] allAds,
Expression<String> segments,
List<TargetingGeo> geos,
List<Tag> tags) |