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, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic JsonAttribute(Object object)
object - deserialized JSON string in Object formCopyright © 2015, Oracle and/or its affiliates. All rights reserved.