protected abstract class InterceptorRegistry.AbstractInterceptorFactory extends Object implements InterceptorRegistry.InterceptorFactory
Modifier and Type | Field and Description |
---|---|
protected int |
order |
protected String |
precedence |
Modifier | Constructor and Description |
---|---|
protected |
AbstractInterceptorFactory() |
Modifier and Type | Method and Description |
---|---|
protected Object |
binding(Class declaring,
AccessibleObject target,
Object inter) |
int |
getOrder() |
String |
getPrecedence() |
protected void |
setPrecedence(Class<?> clazz) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
postMatch, preMatch
protected String precedence
protected int order
protected void setPrecedence(Class<?> clazz)
public String getPrecedence()
public int getOrder()
getOrder
in interface InterceptorRegistry.InterceptorFactory
protected Object binding(Class declaring, AccessibleObject target, Object inter)
Copyright © 2019 JBoss by Red Hat. All rights reserved.