public interface Property extends Relation<String,String>
| Type | Property and Description |
|---|---|
default String |
to
Returns the key/value-pair as a property
String "key=value". |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Property.PropertyBuilder
Adds builder functionality to a
Property. |
Relation.RelationBuilder<K,V>| Modifier and Type | Method and Description |
|---|---|
default String |
toProperty()
Returns the key/value-pair as a property
String "key=value". |
Copyright © 2017. All rights reserved.