Interface Jsonifiable

All Known Implementing Classes:
Address, ContactAddress, MarkAddress, Registrar, RegistrarAddress, RegistrarPoc

public interface Jsonifiable
Interface for objects that may be converted to JSON.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a JSON representation of this object.
  • Method Details

    • toJsonMap

      Map<String,Object> toJsonMap()
      Returns a JSON representation of this object.

      The returned value must not return sensitive fields, so that it may be safe to return to the client via an API response.