public class JsonCustomFactory extends Json.DefaultFactory
Json.Factory to handle cache attribute values.| Constructor and Description |
|---|
JsonCustomFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.infinispan.commons.configuration.Json |
make(java.lang.Object anything)
Construct and return a JSON object.
|
public org.infinispan.commons.configuration.Json make(java.lang.Object anything)
Json.FactoryJson
instance.make in interface Json.Factorymake in class Json.DefaultFactoryanything - An arbitray Java object from which to construct a Json
element.Json instance.