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