Class CreatorCandidate
java.lang.Object
com.fasterxml.jackson.databind.deser.impl.CreatorCandidate
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CreatorCandidateconstruct(AnnotationIntrospector intr, AnnotatedWithParams creator, BeanPropertyDefinition[] propDefs) creator()explicitParamName(int i) findImplicitParamName(int i) intSpecialized accessor that finds index of the one and only parameter with NO injection and returns that; or, if none or more than one found, returns -1.injection(int i) intparameter(int i) paramName(int i) propertyDef(int i) toString()
-
Method Details
-
construct
public static CreatorCandidate construct(AnnotationIntrospector intr, AnnotatedWithParams creator, BeanPropertyDefinition[] propDefs) -
creator
-
paramCount
public int paramCount() -
injection
-
parameter
-
propertyDef
-
paramName
-
explicitParamName
-
findImplicitParamName
-
findOnlyParamWithoutInjection
public int findOnlyParamWithoutInjection()Specialized accessor that finds index of the one and only parameter with NO injection and returns that; or, if none or more than one found, returns -1. -
toString
-