Class AnnotationTypeMapper.AbstractReflectionConverter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.reflect.Method method  
      protected java.lang.Class nativeType  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractReflectionConverter​(java.lang.reflect.Method method, java.lang.Class nativeType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object invoke​(java.lang.Object value, java.lang.Object context)  
      java.lang.Class<java.lang.Object> nativeType()  
      • Methods inherited from class java.lang.Object

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

      • method

        protected final java.lang.reflect.Method method
      • nativeType

        protected final java.lang.Class nativeType
    • Constructor Detail

      • AbstractReflectionConverter

        public AbstractReflectionConverter​(java.lang.reflect.Method method,
                                           java.lang.Class nativeType)
    • Method Detail

      • invoke

        protected final java.lang.Object invoke​(java.lang.Object value,
                                                java.lang.Object context)
      • nativeType

        public final java.lang.Class<java.lang.Object> nativeType()