Class RdapJsonFormatter

java.lang.Object
google.registry.rdap.RdapJsonFormatter

public class RdapJsonFormatter extends Object
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: