google-nomulus/java/google/registry/rdap
guyben 9f017edc2e Simplify some of the RDAP Action classes
Overriding getter methods to change values is a bit overkill when these values
are static (don't change based on internal state).

Just setting them in the base class' constructor is simpler.

Also, we can read the PATH of an Action based on the Annotation instead
returning it manually for each Action.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=246135754
2019-05-06 16:23:05 -04:00
..
BUILD Clean up annotation imports in BUILD files 2018-06-27 15:28:53 -04:00
RdapActionBase.java Simplify some of the RDAP Action classes 2019-05-06 16:23:05 -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 Simplify some of the RDAP Action classes 2019-05-06 16:23:05 -04:00
RdapDomainAction.java Simplify some of the RDAP Action classes 2019-05-06 16:23:05 -04:00
RdapDomainSearchAction.java Simplify some of the RDAP Action classes 2019-05-06 16:23:05 -04:00
RdapEntityAction.java Simplify some of the RDAP Action classes 2019-05-06 16:23:05 -04:00
RdapEntitySearchAction.java Simplify some of the RDAP Action classes 2019-05-06 16:23:05 -04:00
RdapHelpAction.java Simplify some of the RDAP Action classes 2019-05-06 16:23:05 -04:00
RdapIcannStandardInformation.java Update the rdapConformance and notices fields 2019-04-05 11:35:08 -04:00
RdapIpAction.java Simplify some of the RDAP Action classes 2019-05-06 16:23:05 -04:00
RdapJsonFormatter.java Add abuse entity to registrar entities 2019-04-11 14:54:28 -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 Simplify some of the RDAP Action classes 2019-05-06 16:23:05 -04:00
RdapNameserverSearchAction.java Simplify some of the RDAP Action classes 2019-05-06 16:23:05 -04:00
RdapResultSet.java Upgrade the version of google/errorprone plug-in 2019-03-20 14:25:28 -04:00
RdapSearchActionBase.java Simplify some of the RDAP Action classes 2019-05-06 16:23:05 -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 Add next page navigation for RDAP nameserver searches 2017-12-27 10:44:05 -05:00
RdapUtils.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00