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

public class MethodSchema extends Object
Internal class for marshaling ServiceBrokerProperties configuration properties that describe a JSON Schema for a service broker object method.
Author:
Sam Gunaratne, Roy Clarkson
See Also:
  • Constructor Details

    • MethodSchema

      public MethodSchema()
  • Method Details

    • getParameters

      public Map<String,Object> getParameters()
    • toModel

      public MethodSchema toModel()
      Converts this object into its corresponding model.
      Returns:
      a MethodSchema model
      See Also: