Class Schemas
java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.Schemas
Internal class for marshaling
ServiceBrokerProperties
configuration properties
that describes a JSON Schemas available for a Plan
.- Author:
- Sam Gunaratne, Roy Clarkson
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setServiceBinding
(ServiceBindingSchema serviceBinding) void
setServiceInstance
(ServiceInstanceSchema serviceInstance) toModel()
Converts this object into its corresponding model.
-
Constructor Details
-
Schemas
public Schemas()
-
-
Method Details
-
getServiceInstance
-
setServiceInstance
-
getServiceBinding
-
setServiceBinding
-
toModel
Converts this object into its corresponding model.- Returns:
- a Schemas model
- See Also:
-