Package | Description |
---|---|
org.springframework.cloud.stream.schema.server.model | |
org.springframework.cloud.stream.schema.server.support |
Modifier and Type | Method and Description |
---|---|
static Compatibility |
Compatibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compatibility[] |
Compatibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Compatibility |
AvroSchemaValidator.compatibilityCheck(String source,
String other) |
Compatibility |
SchemaValidator.compatibilityCheck(String source,
String other)
Checks for compatibility between two schemas @see Compatibility class for types
This method may not be supported for certain formats.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.