public static final class CreatorCandidate.Param extends Object
Modifier and Type | Field and Description |
---|---|
AnnotatedParameter |
annotated |
com.fasterxml.jackson.annotation.JacksonInject.Value |
injection |
BeanPropertyDefinition |
propDef |
Constructor and Description |
---|
Param(AnnotatedParameter p,
BeanPropertyDefinition pd,
com.fasterxml.jackson.annotation.JacksonInject.Value i) |
Modifier and Type | Method and Description |
---|---|
PropertyName |
fullName() |
boolean |
hasFullName() |
public final AnnotatedParameter annotated
public final BeanPropertyDefinition propDef
public final com.fasterxml.jackson.annotation.JacksonInject.Value injection
public Param(AnnotatedParameter p, BeanPropertyDefinition pd, com.fasterxml.jackson.annotation.JacksonInject.Value i)
public PropertyName fullName()
public boolean hasFullName()
Copyright © 2008–2023 FasterXML. All rights reserved.