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:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MethodSchema
public MethodSchema()
-
-
Method Details
-
getParameters
-
toModel
Converts this object into its corresponding model.- Returns:
- a MethodSchema model
- See Also:
-