Class SettableAnyProperty

java.lang.Object
com.fasterxml.jackson.databind.deser.SettableAnyProperty
All Implemented Interfaces:
Serializable

public class SettableAnyProperty extends Object implements Serializable
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.

!!! Note: might make sense to refactor to share some code with SettableBeanProperty?

See Also: