Class InternalInterceptor


  • public class InternalInterceptor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InternalInterceptor​(Target target, java.lang.reflect.Method method)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static InternalInterceptor from​(java.lang.Class<?> clazz)  
      java.lang.Object intercept​(org.tomitribe.crest.api.interceptor.CrestContext crestContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InternalInterceptor

        public InternalInterceptor​(Target target,
                                   java.lang.reflect.Method method)
    • Method Detail

      • intercept

        public java.lang.Object intercept​(org.tomitribe.crest.api.interceptor.CrestContext crestContext)