Class ServiceInstanceSchema

java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema

public class ServiceInstanceSchema extends Object
Internal class for marshaling ServiceBrokerProperties configuration properties that describes service instance JSON Schemas.
Author:
Sam Gunaratne, Roy Clarkson
See Also:
  • ServiceInstanceSchema
  • Constructor Details

    • ServiceInstanceSchema

      public ServiceInstanceSchema()
  • Method Details

    • getCreate

      public MethodSchema getCreate()
    • setCreate

      public void setCreate(MethodSchema create)
    • getUpdate

      public MethodSchema getUpdate()
    • setUpdate

      public void setUpdate(MethodSchema update)
    • toModel

      public org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema toModel()
      Converts this object into its corresponding model
      Returns:
      a ServiceInstanceSchema model
      See Also:
      • ServiceInstanceSchema