@Deprecated public class CustomInterceptorsConfiguration extends Object implements Matchable<CustomInterceptorsConfiguration>, ConfigurationInfo
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
|
ElementDefinition |
getElementDefinition()
Deprecated.
|
int |
hashCode()
Deprecated.
|
List<InterceptorConfiguration> |
interceptors()
Deprecated.
This specifies a list of
InterceptorConfiguration instances to be referenced when building the interceptor
chain. |
CustomInterceptorsConfiguration |
interceptors(List<InterceptorConfiguration> interceptors)
Deprecated.
|
List<ConfigurationInfo> |
subElements()
Deprecated.
|
String |
toString()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitattributespublic 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(List<InterceptorConfiguration> interceptors)
public ElementDefinition getElementDefinition()
getElementDefinition in interface BaseConfigurationInfoElementDefinition of the configuration.public List<ConfigurationInfo> subElements()
subElements in interface ConfigurationInfoCopyright © 2021 JBoss by Red Hat. All rights reserved.