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 creatingTypeDescription
s 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 class
EnumerationDescription.ForLoadedEnumeration
An enumeration description representing a loaded enumeration.static class
EnumerationDescription.Latent
A 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 class
TypePool.AbstractBase.RawEnumerationValue.LazyEnumerationDescription
An enumeration description where any type references are only resolved on demand.
-