Buildable.Builder<S> |
Boilerplate for immutable builders.
|
Buildable.GenericBuilder<S,B extends Buildable.GenericBuilder<?,?>> |
Boilerplate for abstract immutable builders that need to be able to cast "this".
|
CacheUtils |
Utility methods related to caching database entities.
|
CreateAutoTimestamp |
A timestamp that auto-updates when first saved to the database.
|
EntityYamlUtils |
A collection of static utility classes/functions to convert entities to/from YAML files.
|
EntityYamlUtils.CreateAutoTimestampDeserializer |
|
EntityYamlUtils.CurrencyDeserializer |
A custom JSON deserializer for CurrencyUnit .
|
EntityYamlUtils.CurrencySerializer |
A custom JSON serializer for CurrencyUnit .
|
EntityYamlUtils.DurationSerializer |
A custom JSON serializer for a Duration object.
|
EntityYamlUtils.MoneyDeserializer |
A custom JSON deserializer for Money .
|
EntityYamlUtils.MoneySerializer |
A custom JSON serializer for Money .
|
EntityYamlUtils.OptionalDurationSerializer |
A custom JSON serializer for an Optional of a Duration object.
|
EntityYamlUtils.OptionalStringSerializer |
A custom JSON serializer for an Optional String.
|
EntityYamlUtils.SortedEnumSetSerializer |
A custom serializer for Enum Set to sort the order and make YAML generation deterministic.
|
EntityYamlUtils.SortedSetSerializer |
A custom serializer for String Set to sort the order and make YAML generation deterministic.
|
EntityYamlUtils.TimedTransitionPropertyMoneyDeserializer |
|
EntityYamlUtils.TimedTransitionPropertyTldStateDeserializer |
|
EntityYamlUtils.TokenVKeyListDeserializer |
|
EntityYamlUtils.TokenVKeyListSerializer |
|
EppResource |
An EPP entity object (i.e.
|
EppResource.Builder<T extends EppResource,B extends EppResource.Builder<T,B>> |
|
EppResourceUtils |
|
ForeignKeyUtils |
Util class to map a foreign key to the VKey to the active instance of EppResource
whose unique repoId matches the foreign key string at a given time.
|
IdService |
Allocates a long to use as a @Id , (part) of the primary SQL key for an entity.
|
ImmutableObject |
|
JsonMapBuilder |
Helper class for Jsonifiable classes to generate JSON maps for RPC responses.
|
ModelModule |
Dagger module for the entity (model) classes.
|
ModelUtils |
A collection of static methods that deal with reflection on model classes.
|
OteAccountBuilder |
Class to help build and persist all the OT&E entities in the database.
|
OteStats |
Represents stats derived from HistoryEntry objects on actions taken by registrars.
|
ResourceTransferUtils |
Static utility functions for resource transfers.
|
UpdateAutoTimestamp |
A timestamp that auto-updates on each save to Cloud SQL.
|
UpdateAutoTimestampEntity |
Base class for entities that contains an UpdateAutoTimestamp which is updated every time
the entity is persisted.
|