Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.catalog |
Catalog models
|
Modifier and Type | Method and Description |
---|---|
MethodSchema |
MethodSchema.MethodSchemaBuilder.build()
Construct a
MethodSchema from the provided values. |
MethodSchema |
ServiceBindingSchema.getCreateMethodSchema()
The JSON schema for configuration parameters when creating a service binding.
|
MethodSchema |
ServiceInstanceSchema.getCreateMethodSchema()
The JSON schema for configuration parameters when creating a service instance.
|
MethodSchema |
ServiceInstanceSchema.getUpdateMethodSchema()
The JSON schema for configuration parameters when updating a service instance.
|
Modifier and Type | Method and Description |
---|---|
ServiceBindingSchema.ServiceBindingSchemaBuilder |
ServiceBindingSchema.ServiceBindingSchemaBuilder.createMethodSchema(MethodSchema createMethodSchema)
The JSON schema for configuration parameters when creating a service binding.
|
ServiceInstanceSchema.ServiceInstanceSchemaBuilder |
ServiceInstanceSchema.ServiceInstanceSchemaBuilder.createMethodSchema(MethodSchema createMethodSchema)
The JSON schema for configuration parameters when creating a service instance.
|
ServiceInstanceSchema.ServiceInstanceSchemaBuilder |
ServiceInstanceSchema.ServiceInstanceSchemaBuilder.updateMethodSchema(MethodSchema updateMethodSchema)
The JSON schema for configuration parameters when updating a service instance.
|
Constructor and Description |
---|
ServiceBindingSchema(MethodSchema createMethodSchema)
Construct a new
ServiceBindingSchema |
ServiceInstanceSchema(MethodSchema createMethodSchema,
MethodSchema updateMethodSchema)
Construct a new
ServiceInstanceSchema |