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 creating
TypeDescription s without
loading any classes. |
Modifier and Type | Class and Description |
---|---|
static class |
EnumerationDescription.ForLoadedEnumeration
An enumeration description representing a loaded enumeration.
|
static class |
EnumerationDescription.Latent
A latent description of an enumeration value.
|
Modifier and Type | Class and Description |
---|---|
protected class |
TypePool.AbstractBase.RawEnumerationValue.LazyEnumerationDescription
An enumeration description where any type references are only resolved on demand.
|
Copyright © 2014–2016. All rights reserved.