Class SettableAnyProperty

java.lang.Object
org.codehaus.jackson.map.deser.SettableAnyProperty

public final 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.

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