Class EvolvableObject
- java.lang.Object
-
- com.oracle.coherence.io.json.genson.reflect.EvolvableObject
-
-
Constructor Summary
Constructors Constructor Description EvolvableObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddUnknownProperty(String propName, javax.json.JsonValue propValue)Add unknown property to this instance.Map<String,javax.json.JsonValue>unknownProperties()Return a map of unknown properties.
-
-
-
Method Detail
-
addUnknownProperty
public void addUnknownProperty(String propName, javax.json.JsonValue propValue)
Description copied from interface:EvolvableAdd unknown property to this instance.- Specified by:
addUnknownPropertyin interfaceEvolvable- Parameters:
propName- property namepropValue- property value
-
unknownProperties
public Map<String,javax.json.JsonValue> unknownProperties()
Description copied from interface:EvolvableReturn a map of unknown properties.- Specified by:
unknownPropertiesin interfaceEvolvable- Returns:
- a map of unknown properties
-
-