java.lang.Object
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.deser.SettableAnyProperty
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SettableAnyProperty.JsonNodeFieldAnyProperty, SettableAnyProperty.MapFieldAnyProperty, SettableAnyProperty.MethodAnyProperty

public abstract 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: starting with 2.14, is abstract class with multiple concrete implementations

See Also: