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(java.util.Map<java.lang.String,java.lang.Object> parameters)
A map of JSON schema for configuration parameters.
|
MethodSchema.MethodSchemaBuilder |
MethodSchema.MethodSchemaBuilder.parameters(java.lang.String key,
java.lang.Object value)
A key/value pair to add to the JSON schema configuration parameters
|