Package google.registry.model
Interface Jsonifiable
- All Known Implementing Classes:
Address
,ContactAddress
,MarkAddress
,Registrar
,RegistrarAddress
,RegistrarBase
,RegistrarPoc
,RegistrarPocBase
public interface Jsonifiable
Interface for objects that may be converted to JSON.
-
Method Summary
-
Method Details
-
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.
-