Class ServiceInstanceSchema

java.lang.Object
org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema

public class ServiceInstanceSchema extends Object
Service instance JSON Schemas.
Author:
Sam Gunaratne
See Also:
  • Constructor Details

  • Method Details

    • getCreateMethodSchema

      public MethodSchema getCreateMethodSchema()
      The JSON schema for configuration parameters when creating a service instance.
      Returns:
      the schema
    • getUpdateMethodSchema

      public MethodSchema getUpdateMethodSchema()
      The JSON schema for configuration parameters when updating a service instance.
      Returns:
      the schema
    • builder

      Create a builder that provides a fluent API for constructing a ServiceInstanceSchema.
      Returns:
      the builder
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object