Interface Property.PropertyBuilder
- All Superinterfaces:
KeyAccessor<String>, KeyAccessor.KeyBuilder<String, Relation.RelationBuilder<String,String>>, KeyAccessor.KeyMutator<String>, KeyAccessor.KeyProperty<String>, Property, Relation<String, String>, Relation.RelationBuilder<String, String>, ValueAccessor<String>, ValueAccessor.ValueBuilder<String, Relation.RelationBuilder<String, String>>, ValueAccessor.ValueMutator<String>, ValueAccessor.ValueProperty<String>
- All Known Implementing Classes:
PropertyImpl.PropertyBuilderImpl
- Enclosing interface:
Property
public static interface Property.PropertyBuilder
extends Property, Relation.RelationBuilder<String,String>
Adds builder functionality to a
Property.-
Nested Class Summary
Nested classes/interfaces inherited from interface KeyAccessor
KeyAccessor.KeyBuilder<K,B>, KeyAccessor.KeyMutator<K>, KeyAccessor.KeyProperty<K> Nested classes/interfaces inherited from interface Property
Property.PropertyBuilderNested classes/interfaces inherited from interface Relation
Relation.RelationBuilder<K,V> Nested classes/interfaces inherited from interface ValueAccessor
ValueAccessor.ValueBuilder<V,B>, ValueAccessor.ValueMutator<V>, ValueAccessor.ValueProperty<V> -
Method Summary
Modifier and TypeMethodDescriptiondefault Property.PropertyBuilderWith key.default Property.PropertyBuilderWith value.Methods inherited from interface KeyAccessor
getKeyMethods inherited from interface KeyAccessor.KeyMutator
setKeyMethods inherited from interface KeyAccessor.KeyProperty
letKeyMethods inherited from interface Property
toPropertyMethods inherited from interface ValueAccessor
getValue, getValueOr, hasValueMethods inherited from interface ValueAccessor.ValueMutator
setValueMethods inherited from interface ValueAccessor.ValueProperty
letValue
-
Method Details
-
withKey
With key.- Specified by:
withKeyin interfaceKeyAccessor.KeyBuilder<String, Relation.RelationBuilder<String,String>> - Specified by:
withKeyin interfaceRelation.RelationBuilder<String,String> - Parameters:
aKey- the key- Returns:
- the property builder
-
withValue
With value.- Specified by:
withValuein interfaceRelation.RelationBuilder<String,String> - Specified by:
withValuein interfaceValueAccessor.ValueBuilder<String, Relation.RelationBuilder<String,String>> - Parameters:
aValue- the value- Returns:
- the property builder
-