Class ServiceBindingSchema
java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.ServiceBindingSchema
Internal class for marshaling
ServiceBrokerProperties
configuration properties
that describe a Service binding JSON Schemas.- Author:
- Sam Gunaratne, Roy Clarkson
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCreate
(MethodSchema create) toModel()
Converts this object to its corresponding model.
-
Constructor Details
-
ServiceBindingSchema
public ServiceBindingSchema()
-
-
Method Details
-
getCreate
-
setCreate
-
toModel
Converts this object to its corresponding model.- Returns:
- a ServiceBindingSchema model
- See Also:
-