Class AccessorInterceptor


  • public class AccessorInterceptor
    extends 
    This class is going to be instantiated and becomes a static field of the proxied target class. That is one instance of this class per proxied class.
    Author:
    Rui Gu (https://github.com/jackygurui), Nikita Koksharov
    • Constructor Detail

    • Method Detail

      • intercept

        @RuntimeType
        public  intercept​(@Origin
                                 method,
                                @SuperCall
                                <?> superMethod,
                                @AllArguments
                                [] args,
                                @This
                                 me,
                                @FieldValue("liveObjectLiveMap")
                                ,​> liveMap)
                         throws 
        Throws: