Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.catalog |
Catalog models
|
Modifier and Type | Method and Description |
---|---|
static MethodSchema.MethodSchemaBuilder |
MethodSchema.builder()
Create a builder that provides a fluent API for constructing a MethodSchema.
|
MethodSchema.MethodSchemaBuilder |
MethodSchema.MethodSchemaBuilder.parameters(Map<String,Object> parameters)
A map of JSON schema for configuration parameters.
|
MethodSchema.MethodSchemaBuilder |
MethodSchema.MethodSchemaBuilder.parameters(String key,
Object value)
A key/value pair to add to the JSON schema configuration parameters
|