Class ServiceInstanceSchema
java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.ServiceInstanceSchema
Internal class for marshaling
ServiceBrokerProperties
configuration properties
that describes service instance JSON Schemas.- Author:
- Sam Gunaratne, Roy Clarkson
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCreate
(MethodSchema create) void
setUpdate
(MethodSchema update) toModel()
Converts this object into its corresponding model.
-
Constructor Details
-
ServiceInstanceSchema
public ServiceInstanceSchema()
-
-
Method Details
-
getCreate
-
setCreate
-
getUpdate
-
setUpdate
-
toModel
Converts this object into its corresponding model.- Returns:
- a ServiceInstanceSchema model
- See Also:
-