| Modifier and Type | Method and Description |
|---|---|
static <A> UntypedCondition<A> |
Conditions.any(Class<A> type)
Creates an any condition for the given type.
|
static <A> UntypedCondition<A> |
Conditions.any(com.google.common.reflect.TypeToken<A> type)
Creates an any condition for the given type.
|
static UntypedCondition<org.springframework.http.MediaType> |
Conditions.anyContentType() |
static UntypedCondition<org.springframework.http.HttpStatus.Series> |
Conditions.anySeries() |
static UntypedCondition<org.springframework.http.HttpStatus> |
Conditions.anyStatus() |
static UntypedCondition<Integer> |
Conditions.anyStatusCode() |
static <A> UntypedCondition<A> |
Conditions.on(A attribute) |
Copyright © 2015 Zalando SE. All rights reserved.