public class ServiceBindingSchema extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceBindingSchema.ServiceBindingSchemaBuilder
Provides a fluent API for constructing a ServiceBindingSchema.
|
| Constructor and Description |
|---|
ServiceBindingSchema()
Construct a new
ServiceBindingSchema |
ServiceBindingSchema(MethodSchema createMethodSchema)
Construct a new
ServiceBindingSchema |
| Modifier and Type | Method and Description |
|---|---|
static ServiceBindingSchema.ServiceBindingSchemaBuilder |
builder()
Create a builder that provides a fluent API for constructing a ServiceBindingSchema.
|
boolean |
equals(Object o) |
MethodSchema |
getCreateMethodSchema()
The JSON schema for configuration parameters when creating a service binding.
|
int |
hashCode() |
String |
toString() |
public ServiceBindingSchema()
ServiceBindingSchemapublic ServiceBindingSchema(MethodSchema createMethodSchema)
ServiceBindingSchemacreateMethodSchema - the JSON schemapublic MethodSchema getCreateMethodSchema()
public static ServiceBindingSchema.ServiceBindingSchemaBuilder builder()