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

public class MethodSchema extends Object
JSON Schema for a service broker object method.
Author:
Sam Gunaratne
  • Constructor Details

    • MethodSchema

      public MethodSchema()
      Construct a new MethodSchema.
    • MethodSchema

      public MethodSchema(Map<String,Object> parameters)
      Construct a new MethodSchema.
      Parameters:
      parameters - a collection of parameters
  • Method Details

    • getParameters

      public Map<String,Object> getParameters()
      A map of JSON schema for configuration parameters.
      Returns:
      the configuration parameters
    • builder

      public static MethodSchema.MethodSchemaBuilder builder()
      Create a builder that provides a fluent API for constructing a MethodSchema.
      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