public class CustomInterceptorsConfiguration extends java.lang.Object implements Matchable<CustomInterceptorsConfiguration>, ConfigurationInfo
| Constructor and Description |
|---|
CustomInterceptorsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ElementDefinition |
getElementDefinition() |
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.util.List<ConfigurationInfo> |
subElements() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitattributespublic 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.Objectpublic ElementDefinition getElementDefinition()
getElementDefinition in interface BaseConfigurationInfoElementDefinition of the configuration.public java.util.List<ConfigurationInfo> subElements()
subElements in interface ConfigurationInfo