Class SettableAnyProperty

java.lang.Object
tools.jackson.databind.deser.SettableAnyProperty
Direct Known Subclasses:
SettableAnyProperty.JsonNodeFieldAnyProperty, SettableAnyProperty.JsonNodeParameterAnyProperty, SettableAnyProperty.MapFieldAnyProperty, SettableAnyProperty.MapParameterAnyProperty, SettableAnyProperty.MethodAnyProperty

public abstract class SettableAnyProperty extends Object
Class that represents a "wildcard" set method which can be used to generically set values of otherwise unmapped (aka "unknown") properties read from JSON content.