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 |
InterceptorRegistry.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, waitpostMatch, preMatchprotected String precedence
protected int order
protected InterceptorRegistry.AbstractInterceptorFactory()
protected void setPrecedence(Class<?> clazz)
public String getPrecedence()
public int getOrder()
getOrder in interface InterceptorRegistry.InterceptorFactoryprotected Object binding(Class declaring, AccessibleObject target, Object inter)
Copyright © 2014. All Rights Reserved.