Uses of Class
io.apicurio.registry.utils.impexp.Entity
-
-
Uses of Entity in io.apicurio.registry.utils.impexp
Subclasses of Entity in io.apicurio.registry.utils.impexp Modifier and Type Class Description class
ArtifactRuleEntity
class
ArtifactVersionEntity
class
ContentEntity
class
GlobalRuleEntity
class
GroupEntity
class
ManifestEntity
Methods in io.apicurio.registry.utils.impexp that return Entity Modifier and Type Method Description Entity
EntityReader. readEntity()
Methods in io.apicurio.registry.utils.impexp with parameters of type Entity Modifier and Type Method Description void
EntityWriter. writeEntity(Entity entity)
Writes the given entity to the zip output stream.
-