Class Entity
- java.lang.Object
-
- io.apicurio.registry.utils.impexp.Entity
-
- Direct Known Subclasses:
ArtifactRuleEntity
,ArtifactVersionEntity
,ContentEntity
,GlobalRuleEntity
,GroupEntity
,ManifestEntity
public abstract class Entity extends Object
- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description Entity()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract EntityType
getEntityType()
-
-
-
Method Detail
-
getEntityType
public abstract EntityType getEntityType()
-
-