| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Property.PropertyBuilder |
Adds builder functionality to a
Property. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PropertyImpl |
Implementation of the
Property interface. |
static class |
PropertyImpl.PropertyBuilderImpl |
Implementation of the
Property.PropertyBuilder interface. |
| Modifier and Type | Method | Description |
|---|---|---|
default String |
CanonicalMap.MutableCanonicalMap.put(Property aProperty) |
Puts the key/value-pair from the provided
Property. |
default String |
ClassStructMap.MutableClassStructMap.put(Property aProperty) |
Puts the key/value-pair from the provided
Property. |
default CanonicalMap.CanonicalMapBuilder |
CanonicalMap.CanonicalMapBuilder.withPut(Property aProperty) |
Builder method for
CanonicalMap.MutableCanonicalMap.put(Property). |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPut(Property aProperty) |
Builder method for
ClassStructMap.MutableClassStructMap.put(Property). |
Copyright © 2021. All rights reserved.