Interface | Description |
---|---|
AttributeValue<T> |
Represents one value of an
AttributeDefinition . |
AttributeValueMarshaller<T> |
Marshals and unmarshals a value of type T to and from a
String . |
Class | Description |
---|---|
AttributeDefinition<T> |
The definition of a personal attribute.
|
AttributeDefinition.Builder<T> |
Builder pattern for the
AttributeDefinition class. |
AttributeDefinitionAdapter | |
AttributeMapType | |
AttributeMapType.ImmutableAttributeMapAdapter | |
AttributeValueTransliterator |
AttributeValue Transliterator to Latin script.
|
ImmutableAttributeMap |
An immutable Map of
AttributeDefinition s to AttributeValue s. |
ImmutableAttributeMap.Builder |
Builder pattern for the
ImmutableAttributeMap class. |
ImmutableAttributeMap.ImmutableAttributeEntry<T> |
A typesafe and immutable map entry (key-value pair).
|
ImmutableValueMap |
An immutable Map of
AttributeDefinition s to typed values. |
ImmutableValueMap.Builder |
Builder pattern for the
ImmutableValueMap class. |
Enum | Description |
---|---|
PersonType |
PersonType
|
Exception | Description |
---|---|
AttributeValueMarshallingException |
Exception thrown when marshalling or unmarshalling an attribute value.
|
Copyright © 2020. All Rights Reserved.