public class JsonAttribute extends Attribute<Object>
Record.StringAttribute,
Attribute,
Serialized FormmodCount| Constructor and Description |
|---|
JsonAttribute(Object object)
Constructs an attribute with a JSON object (a List or any other object)
If object is a List, adds all elements to this attribute.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic JsonAttribute(Object object)
object - deserialized JSON string in Object formCopyright © 2014, Oracle and/or its affiliates. All rights reserved.