Uses of Class
org.tomitribe.crest.interceptor.internal.InternalInterceptor
-
Packages that use InternalInterceptor Package Description org.tomitribe.crest org.tomitribe.crest.cmds org.tomitribe.crest.interceptor.internal -
-
Uses of InternalInterceptor in org.tomitribe.crest
Fields in org.tomitribe.crest with type parameters of type InternalInterceptor Modifier and Type Field Description protected java.util.Map<java.lang.Class<?>,InternalInterceptor>Main. interceptors -
Uses of InternalInterceptor in org.tomitribe.crest.cmds
Method parameters in org.tomitribe.crest.cmds with type arguments of type InternalInterceptor Modifier and Type Method Description java.lang.ObjectCmd. exec(java.util.Map<java.lang.Class<?>,InternalInterceptor> globalInterceptors, java.lang.String... rawArgs)java.lang.ObjectCmdGroup. exec(java.util.Map<java.lang.Class<?>,InternalInterceptor> globalInterceptors, java.lang.String... rawArgs)java.lang.ObjectCmdMethod. exec(java.util.Map<java.lang.Class<?>,InternalInterceptor> globalInterceptors, java.lang.String... rawArgs)java.lang.ObjectCmdMethod. exec(java.util.Map<java.lang.Class<?>,InternalInterceptor> globalInterceptors, java.util.List<java.lang.Object> list)java.lang.ObjectOverloadedCmdMethod. exec(java.util.Map<java.lang.Class<?>,InternalInterceptor> globalInterceptors, java.lang.String... rawArgs) -
Uses of InternalInterceptor in org.tomitribe.crest.interceptor.internal
Methods in org.tomitribe.crest.interceptor.internal that return InternalInterceptor Modifier and Type Method Description static InternalInterceptorInternalInterceptor. from(java.lang.Class<?> clazz)Constructor parameters in org.tomitribe.crest.interceptor.internal with type arguments of type InternalInterceptor Constructor Description InternalInterceptorInvocationContext(java.util.Map<java.lang.Class<?>,InternalInterceptor> interceptors, java.lang.Class<?>[] interceptorKeys, java.lang.String name, java.util.List<org.tomitribe.crest.api.interceptor.ParameterMetadata> parameterMetadatas, java.lang.reflect.Method method, java.util.List<java.lang.Object> parameters)
-