Class MethodSchema
java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.MethodSchema
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:
-
MethodSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cloud.servicebroker.model.catalog.MethodSchematoModel()Converts this object into its corresponding model
-
Constructor Details
-
MethodSchema
public MethodSchema()
-
-
Method Details
-
getParameters
-
toModel
public org.springframework.cloud.servicebroker.model.catalog.MethodSchema toModel()Converts this object into its corresponding model- Returns:
- a MethodSchema model
- See Also:
-
MethodSchema
-