Package com.jsoniter.spi
Class UnwrapperDescriptor
- java.lang.Object
-
- com.jsoniter.spi.UnwrapperDescriptor
-
public class UnwrapperDescriptor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanisMapTypeLiteralmapValueTypeLiteraljava.lang.reflect.Methodmethod
-
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 booleanisMapUnwrapper(java.lang.reflect.Method method)private booleanisStreamUnwrapper(java.lang.reflect.Method method)
-
-
-
Field Detail
-
method
public java.lang.reflect.Method method
-
isMap
public boolean isMap
-
mapValueTypeLiteral
public TypeLiteral mapValueTypeLiteral
-
-