BuilderUtils |
A wrapper around ImmutableList builder that produces immutable lists if elements are added to the
builder or a collapsed list otherwise.
|
Collapsed.Exceptions |
Attempting to access a property of a collapsed object should throw an exception, indicating that it was not in the
original request.
|
EnrichableMap<K,V> |
A map with the RestEnrichable annotation, indicating that this map should be converted to a RestEntity
and enriched by the REST stack.
|
ExpandedReference<T> |
An expanded reference has a value, call get() will return that referent value.
|
ModelListBuilder<T> |
Assists in building fields that may be either a list of items or an explicit CollapsedList.
|
ModelMapBuilder<K,V> |
|
Reference<T> |
A reference to a model object.
|