Class UnwrapperDescriptor


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

      Constructors 
      Constructor Description
      UnwrapperDescriptor​(java.lang.reflect.Method method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private boolean isMapUnwrapper​(java.lang.reflect.Method method)  
      private boolean isStreamUnwrapper​(java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

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

      • method

        public java.lang.reflect.Method method
      • isMap

        public boolean isMap
      • mapValueTypeLiteral

        public TypeLiteral mapValueTypeLiteral
    • Constructor Detail

      • UnwrapperDescriptor

        public UnwrapperDescriptor​(java.lang.reflect.Method method)
    • Method Detail

      • isMapUnwrapper

        private boolean isMapUnwrapper​(java.lang.reflect.Method method)
      • isStreamUnwrapper

        private boolean isStreamUnwrapper​(java.lang.reflect.Method method)