Class MethodSchema
java.lang.Object
org.springframework.cloud.servicebroker.model.catalog.MethodSchema
JSON Schema for a service broker object method.
- Author:
- Sam Gunaratne
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Provides a fluent API for constructing a MethodSchema. -
Constructor Summary
ConstructorsConstructorDescriptionConstruct a newMethodSchema
.MethodSchema
(Map<String, Object> parameters) Construct a newMethodSchema
. -
Method Summary
-
Constructor Details
-
MethodSchema
public MethodSchema()Construct a newMethodSchema
. -
MethodSchema
Construct a newMethodSchema
.- Parameters:
parameters
- a collection of parameters
-
-
Method Details
-
getParameters
A map of JSON schema for configuration parameters.- Returns:
- the configuration parameters
-
builder
Create a builder that provides a fluent API for constructing a MethodSchema.- Returns:
- the builder
-
equals
-
hashCode
public int hashCode() -
toString
-