public class CustomInterceptorsConfiguration extends Object
Constructor and Description |
---|
CustomInterceptorsConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
List<InterceptorConfiguration> |
interceptors()
This specifies a list of
InterceptorConfiguration instances to be referenced when building the interceptor
chain. |
CustomInterceptorsConfiguration |
interceptors(List<InterceptorConfiguration> interceptors) |
String |
toString() |
public List<InterceptorConfiguration> interceptors()
InterceptorConfiguration
instances to be referenced when building the interceptor
chain.InterceptorConfiguration
s. May be an empty list, will never be null.public CustomInterceptorsConfiguration interceptors(List<InterceptorConfiguration> interceptors)
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.