public class AnyType extends Object implements Serializable
It does not matter what the object type is, default serialization logic will be used.
| Modifier and Type | Class and Description |
|---|---|
static class |
AnyType.Serializer |
protected Object value
public AnyType()
public AnyType(Object value)
public Object getValue()
If this instance has been deserialized, the Object will be composed of the default object mapping - a wrapped primitive value, a Map<String, Object>, or a List of those values
Copyright © 2015–2022 Red Hat. All rights reserved.