Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.catalog |
Catalog models
|
Modifier and Type | Method and Description |
---|---|
ServiceInstanceSchema |
ServiceInstanceSchema.ServiceInstanceSchemaBuilder.build()
Construct a
ServiceInstanceSchema from the provided values. |
ServiceInstanceSchema |
Schemas.getServiceInstanceSchema()
The schemas available on a service instance.
|
Modifier and Type | Method and Description |
---|---|
Schemas.SchemasBuilder |
Schemas.SchemasBuilder.serviceInstanceSchema(ServiceInstanceSchema serviceInstanceSchema)
The schemas available on a service instance.
|
Constructor and Description |
---|
Schemas(ServiceInstanceSchema serviceInstanceSchema,
ServiceBindingSchema serviceBindingSchema)
Construct a new
Schemas |