Class UnwrapperDescriptor

java.lang.Object
com.jsoniter.spi.UnwrapperDescriptor

public class UnwrapperDescriptor extends Object
  • Field Details

    • method

      public Method method
    • isMap

      public boolean isMap
    • mapValueTypeLiteral

      public TypeLiteral mapValueTypeLiteral
  • Constructor Details

    • UnwrapperDescriptor

      public UnwrapperDescriptor(Method method)
  • Method Details

    • isMapUnwrapper

      private boolean isMapUnwrapper(Method method)
    • isStreamUnwrapper

      private boolean isStreamUnwrapper(Method method)