Uses of Class
net.bytebuddy.description.enumeration.EnumerationDescription.AbstractBase
-
Packages that use EnumerationDescription.AbstractBase Package Description net.bytebuddy.description.enumeration A package that contains classes for describing enumeration values.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
Uses of EnumerationDescription.AbstractBase in net.bytebuddy.description.enumeration
Subclasses of EnumerationDescription.AbstractBase in net.bytebuddy.description.enumeration Modifier and Type Class Description static classEnumerationDescription.ForLoadedEnumerationAn enumeration description representing a loaded enumeration.static classEnumerationDescription.LatentA latent description of an enumeration value. -
Uses of EnumerationDescription.AbstractBase in net.bytebuddy.pool
Subclasses of EnumerationDescription.AbstractBase in net.bytebuddy.pool Modifier and Type Class Description protected classTypePool.AbstractBase.RawEnumerationValue.LazyEnumerationDescriptionAn enumeration description where any type references are only resolved on demand.
-