public class CustomInterceptorsConfiguration extends java.lang.Object implements Matchable<CustomInterceptorsConfiguration>
| Constructor and Description |
|---|
CustomInterceptorsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.util.List<InterceptorConfiguration> |
interceptors()
This specifies a list of
InterceptorConfiguration instances to be referenced when building the interceptor
chain. |
CustomInterceptorsConfiguration |
interceptors(java.util.List<InterceptorConfiguration> interceptors) |
java.lang.String |
toString() |
public java.util.List<InterceptorConfiguration> interceptors()
InterceptorConfiguration instances to be referenced when building the interceptor
chain.InterceptorConfigurations. May be an empty list, will never be null.public CustomInterceptorsConfiguration interceptors(java.util.List<InterceptorConfiguration> interceptors)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object