All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToMatch(Collection<TLSMatchAttributes> items) |
A |
addAllToRoute(Collection<RouteDestination> items) |
TLSRouteFluent.MatchNested<A> |
addNewMatch() |
TLSRouteFluent.MatchNested<A> |
addNewMatchLike(TLSMatchAttributes item) |
TLSRouteFluent.RouteNested<A> |
addNewRoute() |
TLSRouteFluent.RouteNested<A> |
addNewRouteLike(RouteDestination item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToMatch(int index,
TLSMatchAttributes item) |
A |
addToMatch(TLSMatchAttributes... items) |
A |
addToRoute(int index,
RouteDestination item) |
A |
addToRoute(RouteDestination... items) |
TLSMatchAttributes |
buildFirstMatch() |
RouteDestination |
buildFirstRoute() |
TLSMatchAttributes |
buildLastMatch() |
RouteDestination |
buildLastRoute() |
List<TLSMatchAttributes> |
buildMatch() |
TLSMatchAttributes |
buildMatch(int index) |
TLSMatchAttributes |
buildMatchingMatch(Predicate<TLSMatchAttributesBuilder> predicate) |
RouteDestination |
buildMatchingRoute(Predicate<RouteDestinationBuilder> predicate) |
List<RouteDestination> |
buildRoute() |
RouteDestination |
buildRoute(int index) |
protected void |
copyInstance(TLSRoute instance) |
TLSRouteFluent.MatchNested<A> |
editFirstMatch() |
TLSRouteFluent.RouteNested<A> |
editFirstRoute() |
TLSRouteFluent.MatchNested<A> |
editLastMatch() |
TLSRouteFluent.RouteNested<A> |
editLastRoute() |
TLSRouteFluent.MatchNested<A> |
editMatch(int index) |
TLSRouteFluent.MatchNested<A> |
editMatchingMatch(Predicate<TLSMatchAttributesBuilder> predicate) |
TLSRouteFluent.RouteNested<A> |
editMatchingRoute(Predicate<RouteDestinationBuilder> predicate) |
TLSRouteFluent.RouteNested<A> |
editRoute(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasMatch() |
boolean |
hasMatchingMatch(Predicate<TLSMatchAttributesBuilder> predicate) |
boolean |
hasMatchingRoute(Predicate<RouteDestinationBuilder> predicate) |
boolean |
hasRoute() |
A |
removeAllFromMatch(Collection<TLSMatchAttributes> items) |
A |
removeAllFromRoute(Collection<RouteDestination> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromMatch(TLSMatchAttributes... items) |
A |
removeFromRoute(RouteDestination... items) |
A |
removeMatchingFromMatch(Predicate<TLSMatchAttributesBuilder> predicate) |
A |
removeMatchingFromRoute(Predicate<RouteDestinationBuilder> predicate) |
TLSRouteFluent.MatchNested<A> |
setNewMatchLike(int index,
TLSMatchAttributes item) |
TLSRouteFluent.RouteNested<A> |
setNewRouteLike(int index,
RouteDestination item) |
A |
setToMatch(int index,
TLSMatchAttributes item) |
A |
setToRoute(int index,
RouteDestination item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withMatch(List<TLSMatchAttributes> match) |
A |
withMatch(TLSMatchAttributes... match) |
A |
withRoute(List<RouteDestination> route) |
A |
withRoute(RouteDestination... route) |