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:
-
ServiceInstanceSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreate(MethodSchema create) voidsetUpdate(MethodSchema update) org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchematoModel()Converts this object into its corresponding model
-
Constructor Details
-
ServiceInstanceSchema
public ServiceInstanceSchema()
-
-
Method Details
-
getCreate
-
setCreate
-
getUpdate
-
setUpdate
-
toModel
public org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema toModel()Converts this object into its corresponding model- Returns:
- a ServiceInstanceSchema model
- See Also:
-
ServiceInstanceSchema
-