Class ServiceInstanceSchema
java.lang.Object
org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema
Service instance JSON Schemas.
- Author:
- Sam Gunaratne
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Provides a fluent API for constructing a ServiceInstanceSchema. -
Constructor Summary
ConstructorsConstructorDescriptionConstruct a newServiceInstanceSchema
.ServiceInstanceSchema
(MethodSchema createMethodSchema, MethodSchema updateMethodSchema) Construct a newServiceInstanceSchema
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Create a builder that provides a fluent API for constructing a ServiceInstanceSchema.boolean
The JSON schema for configuration parameters when creating a service instance.The JSON schema for configuration parameters when updating a service instance.int
hashCode()
toString()
-
Constructor Details
-
ServiceInstanceSchema
public ServiceInstanceSchema()Construct a newServiceInstanceSchema
. -
ServiceInstanceSchema
Construct a newServiceInstanceSchema
.- Parameters:
createMethodSchema
- the schemaupdateMethodSchema
- the schema
-
-
Method Details
-
getCreateMethodSchema
The JSON schema for configuration parameters when creating a service instance.- Returns:
- the schema
-
getUpdateMethodSchema
The JSON schema for configuration parameters when updating a service instance.- Returns:
- the schema
-
builder
Create a builder that provides a fluent API for constructing a ServiceInstanceSchema.- Returns:
- the builder
-
equals
-
hashCode
public int hashCode() -
toString
-