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