Package com.fasterxml.jackson.jr.ob.impl
Class POJODefinition
- java.lang.Object
-
- com.fasterxml.jackson.jr.ob.impl.POJODefinition
-
public class POJODefinition extends java.lang.ObjectDefinition of a single Bean-style Java class, without assumptions on usage for serialization or deserialization, used as input for constructing bean readers and writers.- Since:
- 2.8
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPOJODefinition.Prop
-
Field Summary
Fields Modifier and Type Field Description protected POJODefinition.Prop[]_propertiesprotected java.lang.Class<?>_typejava.lang.reflect.Constructor<?>defaultCtorprotected static java.util.concurrent.ConcurrentHashMap<java.lang.Class<?>,POJODefinition>DEFSjava.lang.reflect.Constructor<?>longCtorjava.lang.reflect.Constructor<?>stringCtor
-
Constructor Summary
Constructors Constructor Description POJODefinition(java.lang.Class<?> type, POJODefinition.Prop[] props, java.lang.reflect.Constructor<?> defaultCtor0, java.lang.reflect.Constructor<?> stringCtor0, java.lang.reflect.Constructor<?> longCtor0)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static POJODefinition_find(java.lang.Class<?> forType)static POJODefinitionfind(java.lang.Class<?> forType)POJODefinition.Prop[]properties()
-
-
-
Field Detail
-
DEFS
protected static final java.util.concurrent.ConcurrentHashMap<java.lang.Class<?>,POJODefinition> DEFS
-
_type
protected final java.lang.Class<?> _type
-
_properties
protected final POJODefinition.Prop[] _properties
-
defaultCtor
public final java.lang.reflect.Constructor<?> defaultCtor
-
stringCtor
public final java.lang.reflect.Constructor<?> stringCtor
-
longCtor
public final java.lang.reflect.Constructor<?> longCtor
-
-
Constructor Detail
-
POJODefinition
public POJODefinition(java.lang.Class<?> type, POJODefinition.Prop[] props, java.lang.reflect.Constructor<?> defaultCtor0, java.lang.reflect.Constructor<?> stringCtor0, java.lang.reflect.Constructor<?> longCtor0)
-
-
Method Detail
-
find
public static POJODefinition find(java.lang.Class<?> forType)
-
_find
public static POJODefinition _find(java.lang.Class<?> forType)
-
properties
public POJODefinition.Prop[] properties()
-
-