public interface ClientComplexValue extends ClientValue, ClientLinked, ClientAnnotatable, Iterable<ClientProperty>
Modifier and Type | Method and Description |
---|---|
ClientComplexValue |
add(ClientProperty field)
Adds field to the complex type.
|
Map<String,Object> |
asJavaMap()
Converts this instance as POJO collection.
|
ClientProperty |
get(String name)
Gets field.
|
int |
size()
Gets number of fields.
|
asCollection, asComplex, asEnum, asPrimitive, getTypeName, isCollection, isComplex, isEnum, isPrimitive
addLink, getAssociationLink, getAssociationLinks, getNavigationLink, getNavigationLinks, removeLink
getAnnotations
forEach, iterator, spliterator
ClientComplexValue add(ClientProperty field)
field
- field to be added.ClientProperty get(String name)
name
- name of the field to be retrieved.int size()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.