public abstract class AbstractInterceptor<T extends Annotation> extends Object implements Interceptor
AbstractInterceptor()
Object
doIntercept(Invocation inv)
abstract Class<T>
type()
abstract Result
verify(T anno)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractInterceptor()
public Object doIntercept(Invocation inv) throws Throwable
doIntercept
Interceptor
Throwable
public abstract Class<T> type()
public abstract Result verify(T anno) throws Exception
Exception
Copyright © 2022. All rights reserved.