Class EntityYamlUtils

java.lang.Object
google.registry.model.EntityYamlUtils

public class EntityYamlUtils extends Object
A collection of static utility classes/functions to convert entities to/from YAML files.
  • Constructor Details

    • EntityYamlUtils

      public EntityYamlUtils()
  • Method Details

    • createObjectMapper

      public static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()
      Returns a new ObjectMapper object that can be used to convert an entity to/from YAML.