Package com.jsoniter.spi
Class ConstructorDescriptor
- java.lang.Object
-
- com.jsoniter.spi.ConstructorDescriptor
-
public class ConstructorDescriptor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.reflect.ConstructorctorExtensionobjectFactoryjava.util.List<Binding>parametersthe parameters to call constructor or static methodjava.lang.reflect.MethodstaticFactoryjava.lang.StringstaticMethodNameset to null if use constructor otherwise use static method
-
Constructor Summary
Constructors Constructor Description ConstructorDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
staticMethodName
public java.lang.String staticMethodName
set to null if use constructor otherwise use static method
-
ctor
public java.lang.reflect.Constructor ctor
-
staticFactory
public java.lang.reflect.Method staticFactory
-
objectFactory
public Extension objectFactory
-
parameters
public java.util.List<Binding> parameters
the parameters to call constructor or static method
-
-