| Modifier and Type | Interface and Description |
|---|---|
static interface |
Attribute.AttributeBuilder
Adds builder functionality to an
Attribute. |
static interface |
Property.PropertyBuilder
Adds builder functionality to a
Property. |
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeImpl.AttributeBuilderImpl
Implementation of the
Property.PropertyBuilder interface. |
static class |
PropertyImpl.PropertyBuilderImpl
Implementation of the
PropertyBuilder interface. |
static class |
RelationImpl.RelationBuilderImpl<K,V>
Implementation of the
RelationBuilder interface. |
| Modifier and Type | Method and Description |
|---|---|
default Relation.RelationBuilder<K,V> |
Relation.RelationBuilder.withKey(K aKey)
With key.
|
default Relation.RelationBuilder<K,V> |
Relation.RelationBuilder.withValue(V aValue)
With value.
|
Copyright © 2017. All rights reserved.