Package com.jsoniter.spi
Class WrapperDescriptor
- java.lang.Object
-
- com.jsoniter.spi.WrapperDescriptor
-
public class WrapperDescriptor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.reflect.Method
method
java.util.List<Binding>
parameters
the parameters to bind
-
Constructor Summary
Constructors Constructor Description WrapperDescriptor()
-
-
-
Field Detail
-
parameters
public java.util.List<Binding> parameters
the parameters to bind
-
method
public java.lang.reflect.Method method
-
-