Modifier and Type | Interface | Description |
---|---|---|
interface |
Attribute |
Interface describing a bean's attribute with a key represented by a
String and the value being of any type. |
static interface |
Attribute.AttributeBuilder |
Adds builder functionality to an
Attribute . |
interface |
Property |
|
static interface |
Property.PropertyBuilder |
Adds builder functionality to a
Property . |
static interface |
Relation.RelationBuilder<K,V> |
Adds builder functionality to a
Relation . |
Modifier and Type | Class | Description |
---|---|---|
class |
AttributeImpl |
Class describing a beans's attribute.
|
static class |
AttributeImpl.AttributeBuilderImpl |
Implementation of the
Property.PropertyBuilder interface. |
class |
PropertyImpl |
Implementation of the
Property interface. |
static class |
PropertyImpl.PropertyBuilderImpl |
Implementation of the
Property.PropertyBuilder interface. |
class |
RelationImpl<K,V> |
Implementation of the
Relation interface. |
static class |
RelationImpl.RelationBuilderImpl<K,V> |
Implementation of the
Relation.RelationBuilder interface. |
Modifier and Type | Method | Description |
---|---|---|
default String |
CanonicalMap.MutableCanonicalMap.put(Relation<String,String> aRelation) |
Adds the given element related to the given key.
|
V |
Dictionary.MutableDictionary.put(Relation<K,V> aRelation) |
Adds the given element related to the given key.
|
default T |
PathMap.MutablePathMap.put(Relation<String,T> aRelation) |
Adds the given element related to the given key.
|
default CanonicalMap.CanonicalMapBuilder |
CanonicalMap.CanonicalMapBuilder.withPut(Relation<String,String> aProperty) |
Builder method for
Dictionary.MutableDictionary.put(Relation) . |
B |
Dictionary.MutableDictionary.DictionaryBuilder.withPut(Relation<K,V> aRelation) |
Builder method for
Dictionary.MutableDictionary.put(Relation) . |
default PathMap.PathMapBuilder<T> |
PathMap.PathMapBuilder.withPut(Relation<String,T> aRelation) |
Builder method for
Dictionary.MutableDictionary.put(Relation) . |
Copyright © 2018. All rights reserved.