Uses of Class
io.apicurio.registry.utils.impexp.EntityType
-
-
Uses of EntityType in io.apicurio.registry.utils.impexp
Methods in io.apicurio.registry.utils.impexp that return EntityType Modifier and Type Method Description EntityType
ArtifactRuleEntity. getEntityType()
EntityType
ArtifactVersionEntity. getEntityType()
EntityType
ContentEntity. getEntityType()
abstract EntityType
Entity. getEntityType()
EntityType
GlobalRuleEntity. getEntityType()
EntityType
GroupEntity. getEntityType()
EntityType
ManifestEntity. getEntityType()
static EntityType
EntityType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntityType[]
EntityType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-