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 |
ServiceInstanceSchema.getCreateMethodSchema()
The JSON schema for configuration parameters when creating a service instance.
|
MethodSchema |
ServiceBindingSchema.getCreateMethodSchema()
The JSON schema for configuration parameters when creating a service binding.
|
MethodSchema |
ServiceInstanceSchema.getUpdateMethodSchema()
The JSON schema for configuration parameters when updating a service instance.
|
Modifier and Type | Method and Description |
---|---|
ServiceInstanceSchema.ServiceInstanceSchemaBuilder |
ServiceInstanceSchema.ServiceInstanceSchemaBuilder.createMethodSchema(MethodSchema createMethodSchema)
The JSON schema for configuration parameters when creating a service instance.
|
ServiceBindingSchema.ServiceBindingSchemaBuilder |
ServiceBindingSchema.ServiceBindingSchemaBuilder.createMethodSchema(MethodSchema createMethodSchema)
The JSON schema for configuration parameters when creating a service binding.
|
ServiceInstanceSchema.ServiceInstanceSchemaBuilder |
ServiceInstanceSchema.ServiceInstanceSchemaBuilder.updateMethodSchema(MethodSchema updateMethodSchema)
The JSON schema for configuration parameters when updating a service instance.
|