Package google.registry.model.adapters
-
Interface Summary Interface Description EnumToAttributeAdapter.EppEnum Interface for epp enums that can be transformed with this adapter. -
Class Summary Class Description CurrencyJsonAdapter CurrencyUnitAdapter Adapter to use JodaCurrencyUnit
when marshalling strings.EnumToAttributeAdapter<E extends java.lang.Enum<E> & EnumToAttributeAdapter.EppEnum> Used by JAXB to convert enums to the peculiar EPP format that puts the value in an attribute.StatusValueAdapter Adapter forStatusValue
. -
Exception Summary Exception Description CurrencyUnitAdapter.UnknownCurrencyException Exception to throw when failing to parse a currency.