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