Class Schemas
java.lang.Object
org.springframework.cloud.servicebroker.model.catalog.Schemas
JSON Schemas available for a Plan.
- Author:
- sgunaratne@pivotal.io, Sam Gunaratne
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProvides a fluent API for constructing a Schemas. -
Constructor Summary
ConstructorsConstructorDescriptionSchemas()Construct a newSchemasSchemas(ServiceInstanceSchema serviceInstanceSchema, ServiceBindingSchema serviceBindingSchema) Construct a newSchemas -
Method Summary
Modifier and TypeMethodDescriptionstatic Schemas.SchemasBuilderbuilder()Create a builder that provides a fluent API for constructing a Schemas.final booleanThe schemas available on a service binding.The schemas available on a service instance.final inthashCode()toString()
-
Constructor Details
-
Schemas
public Schemas()Construct a newSchemas -
Schemas
public Schemas(ServiceInstanceSchema serviceInstanceSchema, ServiceBindingSchema serviceBindingSchema) Construct a newSchemas- Parameters:
serviceInstanceSchema- the service instance schemaserviceBindingSchema- the service binding schema
-
-
Method Details
-
getServiceInstanceSchema
The schemas available on a service instance.- Returns:
- the schemas
-
getServiceBindingSchema
The schemas available on a service binding.- Returns:
- the schemas
-
builder
Create a builder that provides a fluent API for constructing a Schemas.- Returns:
- the builder
-
equals
-
hashCode
public final int hashCode() -
toString
-