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 boolean
isMap
TypeLiteral
mapValueTypeLiteral
java.lang.reflect.Method
method
-
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)
-
-
-
Field Detail
-
method
public java.lang.reflect.Method method
-
isMap
public boolean isMap
-
mapValueTypeLiteral
public TypeLiteral mapValueTypeLiteral
-
-