org.jboss.resteasy.core.interception
protected abstract class InterceptorRegistry.AbstractInterceptorFactory extends Object implements InterceptorRegistry.InterceptorFactory
Modifier and Type | Field and Description |
---|---|
protected int |
order |
protected String |
precedence |
protected Class<?> |
providerClass |
Modifier | Constructor and Description |
---|---|
protected |
InterceptorRegistry.AbstractInterceptorFactory() |
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
String |
getPrecedence() |
Class<?> |
getProviderClass() |
protected void |
setPrecedence(Class<?> clazz) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createInterceptor
protected String precedence
protected int order
protected Class<?> providerClass
protected InterceptorRegistry.AbstractInterceptorFactory()
protected void setPrecedence(Class<?> clazz)
public String getPrecedence()
getPrecedence
in interface InterceptorRegistry.InterceptorFactory
public int getOrder()
getOrder
in interface InterceptorRegistry.InterceptorFactory
public Class<?> getProviderClass()
getProviderClass
in interface InterceptorRegistry.InterceptorFactory
Copyright © 2017. All Rights Reserved.