Package google.registry.rdap
Class RdapJsonFormatter
java.lang.Object
google.registry.rdap.RdapJsonFormatter
Helper class to create RDAP JSON objects for various registry entities and objects.
The JSON format specifies that entities should be supplied with links indicating how to fetch them via RDAP, which requires the URL to the RDAP server. The linkBase parameter, passed to many of the methods, is used as the first part of the link URL. For instance, if linkBase is , the link URLs will look like , etc.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
What type of data to generate. -
Method Summary