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:
- [email protected], Sam Gunaratne, Roy Clarkson
- See Also:
-
Constructor Summary
Constructors -
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:
-