Add type converter for Key<ReservedList> and Key<PremiumList> (#796)

* Add converter for reservedlist and premiumlist keys

* Remove public modifier from test classes
This commit is contained in:
sarahcaseybot
2020-09-10 17:36:22 -04:00
committed by GitHub
parent 36482ce94f
commit f7b65327da
5 changed files with 256 additions and 0 deletions
@@ -79,7 +79,9 @@
<class>google.registry.persistence.converter.InetAddressSetConverter</class>
<class>google.registry.persistence.converter.LocalDateConverter</class>
<class>google.registry.persistence.converter.PostalInfoChoiceListConverter</class>
<class>google.registry.persistence.converter.PremiumListKeyConverter</class>
<class>google.registry.persistence.converter.RegistrarPocSetConverter</class>
<class>google.registry.persistence.converter.ReservedListKeyConverter</class>
<class>google.registry.persistence.converter.Spec11ThreatMatchThreatTypeSetConverter</class>
<class>google.registry.persistence.converter.StatusValueSetConverter</class>
<class>google.registry.persistence.converter.StringListConverter</class>