Package | Description |
---|---|
io.apicurio.registry.rules.compatibility |
Modifier and Type | Method and Description |
---|---|
static CompatibilityLevel |
CompatibilityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompatibilityLevel[] |
CompatibilityLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProtobufFdArtifactTypeAdapter.isCompatibleWith(CompatibilityLevel compatibilityLevel,
List<ContentHandle> existingArtifacts,
ContentHandle proposedArtifact) |
default boolean |
ArtifactTypeAdapter.isCompatibleWith(CompatibilityLevel compatibilityLevel,
List<ContentHandle> existingArtifacts,
ContentHandle proposedArtifact) |
boolean |
ProtobufFdArtifactTypeAdapter.isCompatibleWith(CompatibilityLevel compatibilityLevel,
List<String> existingSchemas,
String proposedSchema) |
boolean |
ProtobufArtifactTypeAdapter.isCompatibleWith(CompatibilityLevel compatibilityLevel,
List<String> existingSchemas,
String proposedSchema) |
boolean |
NoopArtifactTypeAdapter.isCompatibleWith(CompatibilityLevel compatibilityLevel,
List<String> existingSchemas,
String proposedSchema) |
boolean |
JsonArtifactTypeAdapter.isCompatibleWith(CompatibilityLevel compatibilityLevel,
List<String> existingSchemas,
String proposedSchema) |
boolean |
AvroArtifactTypeAdapter.isCompatibleWith(CompatibilityLevel compatibilityLevel,
List<String> existingSchemaStrings,
String proposedSchemaString) |
boolean |
ArtifactTypeAdapter.isCompatibleWith(CompatibilityLevel compatibilityLevel,
List<String> existingArtifacts,
String proposedArtifact) |
Copyright © 2020 Red Hat. All rights reserved.