Class SettableBeanProperty.Delegating
- java.lang.Object
-
- com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase
-
- com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- com.fasterxml.jackson.databind.deser.SettableBeanProperty.Delegating
-
- All Implemented Interfaces:
BeanProperty,Named,java.io.Serializable
- Direct Known Subclasses:
InnerClassProperty,ManagedReferenceProperty,MergingSettableBeanProperty
- Enclosing class:
- SettableBeanProperty
public abstract static class SettableBeanProperty.Delegating extends SettableBeanProperty
Helper class that is designed to both make it easier to sub-class delegating subtypes and to reduce likelihood of breakage when new methods are added.Class was specifically added to help with
Afterburnermodule, but its use is not limited to only support it.- Since:
- 2.9
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.deser.SettableBeanProperty
SettableBeanProperty.Delegating
-
Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.BeanProperty
BeanProperty.Bogus, BeanProperty.Std
-
-
Field Summary
-
Fields inherited from interface com.fasterxml.jackson.databind.BeanProperty
EMPTY_FORMAT, EMPTY_INCLUDE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassignIndex(int index)Method used to assign index for property.voiddeserializeAndSet(JsonParser p, DeserializationContext ctxt, java.lang.Object instance)Method called to deserialize appropriate value, given parser (and context), and set it using appropriate mechanism.java.lang.ObjectdeserializeSetAndReturn(JsonParser p, DeserializationContext ctxt, java.lang.Object instance)Alternative toSettableBeanProperty.deserializeAndSet(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext, java.lang.Object)that returns either return value of setter method called (if one is), or null to indicate that no return value is available.voidfixAccess(DeserializationConfig config)Method called to ensure that the mutator has proper access rights to be called, as per configuration.<A extends java.lang.annotation.Annotation>
AgetAnnotation(java.lang.Class<A> acls)Method for finding annotation associated with this property; meaning annotation associated with one of entities used to access property.intgetCreatorIndex()Method for accessing index of the creator property: for other types of properties will simply return -1.SettableBeanPropertygetDelegate()java.lang.ObjectgetInjectableValueId()Accessor for id of injectable value, if this bean property supports value injection.java.lang.StringgetManagedReferenceName()AnnotatedMembergetMember()Method for accessing primary physical entity that represents the property; annotated field, method or constructor property.ObjectIdInfogetObjectIdInfo()intgetPropertyIndex()Method for accessing unique index of this property; indexes are assigned once all properties of aBeanDeserializerhave been collected.JsonDeserializer<java.lang.Object>getValueDeserializer()TypeDeserializergetValueTypeDeserializer()booleanhasValueDeserializer()booleanhasValueTypeDeserializer()booleanhasViews()booleanisInjectionOnly()Accessor for checking whether this property is injectable, and if so, ONLY injectable (will not bind from input).voidset(java.lang.Object instance, java.lang.Object value)Method called to assign given value to this property, on specified Object.java.lang.ObjectsetAndReturn(java.lang.Object instance, java.lang.Object value)Method called to assign given value to this property, on specified Object, and return whatever delegating accessor returned (if anything)booleanvisibleInView(java.lang.Class<?> activeView)SettableBeanPropertywithName(PropertyName newName)Fluent factory method for constructing and returning a new instance with specified property name.SettableBeanPropertywithNullProvider(NullValueProvider nva)SettableBeanPropertywithValueDeserializer(JsonDeserializer<?> deser)Fluent factory method for constructing and returning a new instance with specified value deserializer.-
Methods inherited from class com.fasterxml.jackson.databind.deser.SettableBeanProperty
depositSchemaProperty, deserialize, deserializeWith, getContextAnnotation, getFullName, getName, getNullValueProvider, getType, getWrapperName, isIgnorable, markAsIgnorable, setManagedReferenceName, setObjectIdInfo, setViews, toString, withSimpleName
-
Methods inherited from class com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase
findAliases, findFormatOverrides, findPropertyFormat, findPropertyInclusion, getMetadata, isRequired, isVirtual
-
-
-
-
Method Detail
-
withValueDeserializer
public SettableBeanProperty withValueDeserializer(JsonDeserializer<?> deser)
Description copied from class:SettableBeanPropertyFluent factory method for constructing and returning a new instance with specified value deserializer. Note that this method should NOT change configuration of this instance.- Specified by:
withValueDeserializerin classSettableBeanProperty- Parameters:
deser- Deserializer to assign to the new property instance- Returns:
- Newly constructed instance, if value deserializer differs from the one used for this instance; or 'this' if not.
-
withName
public SettableBeanProperty withName(PropertyName newName)
Description copied from class:SettableBeanPropertyFluent factory method for constructing and returning a new instance with specified property name. Note that this method should NOT change configuration of this instance.- Specified by:
withNamein classSettableBeanProperty- Parameters:
newName- Name to use for the new instance.- Returns:
- Newly constructed instance, if property name differs from the one used for this instance; or 'this' if not.
-
withNullProvider
public SettableBeanProperty withNullProvider(NullValueProvider nva)
- Specified by:
withNullProviderin classSettableBeanProperty
-
assignIndex
public void assignIndex(int index)
Description copied from class:SettableBeanPropertyMethod used to assign index for property.- Overrides:
assignIndexin classSettableBeanProperty
-
fixAccess
public void fixAccess(DeserializationConfig config)
Description copied from class:SettableBeanPropertyMethod called to ensure that the mutator has proper access rights to be called, as per configuration. Overridden by implementations that have mutators that require access, fields and setters.- Overrides:
fixAccessin classSettableBeanProperty
-
getManagedReferenceName
public java.lang.String getManagedReferenceName()
- Overrides:
getManagedReferenceNamein classSettableBeanProperty
-
getObjectIdInfo
public ObjectIdInfo getObjectIdInfo()
- Overrides:
getObjectIdInfoin classSettableBeanProperty
-
hasValueDeserializer
public boolean hasValueDeserializer()
- Overrides:
hasValueDeserializerin classSettableBeanProperty
-
hasValueTypeDeserializer
public boolean hasValueTypeDeserializer()
- Overrides:
hasValueTypeDeserializerin classSettableBeanProperty
-
getValueDeserializer
public JsonDeserializer<java.lang.Object> getValueDeserializer()
- Overrides:
getValueDeserializerin classSettableBeanProperty
-
getValueTypeDeserializer
public TypeDeserializer getValueTypeDeserializer()
- Overrides:
getValueTypeDeserializerin classSettableBeanProperty
-
visibleInView
public boolean visibleInView(java.lang.Class<?> activeView)
- Overrides:
visibleInViewin classSettableBeanProperty
-
hasViews
public boolean hasViews()
- Overrides:
hasViewsin classSettableBeanProperty
-
getPropertyIndex
public int getPropertyIndex()
Description copied from class:SettableBeanPropertyMethod for accessing unique index of this property; indexes are assigned once all properties of aBeanDeserializerhave been collected.- Overrides:
getPropertyIndexin classSettableBeanProperty- Returns:
- Index of this property
-
getCreatorIndex
public int getCreatorIndex()
Description copied from class:SettableBeanPropertyMethod for accessing index of the creator property: for other types of properties will simply return -1.- Overrides:
getCreatorIndexin classSettableBeanProperty
-
getInjectableValueId
public java.lang.Object getInjectableValueId()
Description copied from class:SettableBeanPropertyAccessor for id of injectable value, if this bean property supports value injection.- Overrides:
getInjectableValueIdin classSettableBeanProperty
-
isInjectionOnly
public boolean isInjectionOnly()
Description copied from class:SettableBeanPropertyAccessor for checking whether this property is injectable, and if so, ONLY injectable (will not bind from input). Currently (2.11) can only returntruefor Creator-backed properties.- Overrides:
isInjectionOnlyin classSettableBeanProperty- Returns:
- True if (and only if) property has injector that is also defined NOT to bind from input.
-
getMember
public AnnotatedMember getMember()
Description copied from interface:BeanPropertyMethod for accessing primary physical entity that represents the property; annotated field, method or constructor property.- Specified by:
getMemberin interfaceBeanProperty- Specified by:
getMemberin classSettableBeanProperty
-
getAnnotation
public <A extends java.lang.annotation.Annotation> A getAnnotation(java.lang.Class<A> acls)
Description copied from interface:BeanPropertyMethod for finding annotation associated with this property; meaning annotation associated with one of entities used to access property.Note that this method should only be called for custom annotations; access to standard Jackson annotations (or ones supported by alternate
AnnotationIntrospectors) should be accessed throughAnnotationIntrospector.- Specified by:
getAnnotationin interfaceBeanProperty- Specified by:
getAnnotationin classSettableBeanProperty
-
getDelegate
public SettableBeanProperty getDelegate()
-
deserializeAndSet
public void deserializeAndSet(JsonParser p, DeserializationContext ctxt, java.lang.Object instance) throws java.io.IOException
Description copied from class:SettableBeanPropertyMethod called to deserialize appropriate value, given parser (and context), and set it using appropriate mechanism. Pre-condition is that passed parser must point to the first token that should be consumed to produce the value (the only value for scalars, multiple for Objects and Arrays).- Specified by:
deserializeAndSetin classSettableBeanProperty- Throws:
java.io.IOException
-
deserializeSetAndReturn
public java.lang.Object deserializeSetAndReturn(JsonParser p, DeserializationContext ctxt, java.lang.Object instance) throws java.io.IOException
Description copied from class:SettableBeanPropertyAlternative toSettableBeanProperty.deserializeAndSet(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext, java.lang.Object)that returns either return value of setter method called (if one is), or null to indicate that no return value is available. Mostly used to support Builder style deserialization.- Specified by:
deserializeSetAndReturnin classSettableBeanProperty- Throws:
java.io.IOException
-
set
public void set(java.lang.Object instance, java.lang.Object value) throws java.io.IOExceptionDescription copied from class:SettableBeanPropertyMethod called to assign given value to this property, on specified Object.Note: this is an optional operation, not supported by all implementations, creator-backed properties for example do not support this method.
- Specified by:
setin classSettableBeanProperty- Throws:
java.io.IOException
-
setAndReturn
public java.lang.Object setAndReturn(java.lang.Object instance, java.lang.Object value) throws java.io.IOExceptionDescription copied from class:SettableBeanPropertyMethod called to assign given value to this property, on specified Object, and return whatever delegating accessor returned (if anything)Note: this is an optional operation, not supported by all implementations, creator-backed properties for example do not support this method.
- Specified by:
setAndReturnin classSettableBeanProperty- Throws:
java.io.IOException
-
-