Class CidrAddressBlockListConverter

java.lang.Object
google.registry.persistence.converter.StringListConverterBase<CidrAddressBlock>
google.registry.persistence.converter.CidrAddressBlockListConverter
All Implemented Interfaces:
javax.persistence.AttributeConverter<List<CidrAddressBlock>,StringCollectionDescriptor.StringCollection>

public class CidrAddressBlockListConverter extends StringListConverterBase<CidrAddressBlock>
JPA AttributeConverter for storing/retrieving List<CidrAddressBlock> objects.
  • Constructor Details

    • CidrAddressBlockListConverter

      public CidrAddressBlockListConverter()