google-nomulus/java/google/registry/rdap
guyben bdc41edd34 Reimplement the RDAP Json creation using Jsonables
Currently we try to reimplemnet the same behavior of the existing code as much
as possible.

We only fix issues that go against the RFC7483, but we don't yet update the
code to follow the latest (15feb19) RDAP Response Profile. That will require a
much bigger change especially for the test files, so it'll wait for a followup
CL.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=246948018
2019-05-13 12:31:32 -04:00
..
AbstractJsonableObject.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
BUILD Add Jsonable and AbstractJsonableObject for easier RDAP object building 2019-05-06 16:27:59 -04:00
Jsonable.java Add Jsonable and AbstractJsonableObject for easier RDAP object building 2019-05-06 16:27:59 -04:00
RdapActionBase.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapAuthorization.java Allow admins read/write access to all registrar in web console 2018-10-22 19:08:09 -04:00
RdapAutnumAction.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapDataStructures.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapDomainAction.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapDomainSearchAction.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapEntityAction.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapEntitySearchAction.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapHelpAction.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapIcannStandardInformation.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapIpAction.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapJsonFormatter.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapMetrics.java Move metrics dependencies to artifacts under Maven groupId com.google.monitoring-client 2018-01-04 17:12:35 -05:00
RdapModule.java Add RDAP search support for only contacts or only registrars 2018-01-19 14:29:54 -05:00
RdapNameserverAction.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapNameserverSearchAction.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapObjectClasses.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapResultSet.java Upgrade the version of google/errorprone plug-in 2019-03-20 14:25:28 -04:00
RdapSearchActionBase.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapSearchPattern.java RDAP: Allow domain and nameserver queries with no initial string under certain circumstances 2017-07-10 11:16:03 -04:00
RdapSearchResults.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapUtils.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00