Uses of Package
net.bytebuddy.description.enumeration
Packages that use net.bytebuddy.description.enumeration
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
Contains descriptions of annotations and annotation values.
A package that contains classes for describing enumeration values.
Contains descriptions of Java methods and constructors as well as their parameters.
The implementation package contains any logic for intercepting method calls.
StackManipulation
s of this package are responsible for
accessing type or method members, i.e.Classes of this package allow for the creating
TypeDescription
s without
loading any classes.This package contains utility classes for common use within any Byte Buddy logic.
-
Classes in net.bytebuddy.description.enumeration used by net.bytebuddy.asm
-
Classes in net.bytebuddy.description.enumeration used by net.bytebuddy.description.annotation
-
Classes in net.bytebuddy.description.enumeration used by net.bytebuddy.description.enumerationClassDescriptionDescribes an enumeration value.An adapter implementation of an enumeration description.
-
Classes in net.bytebuddy.description.enumeration used by net.bytebuddy.description.method
-
Classes in net.bytebuddy.description.enumeration used by net.bytebuddy.implementation
-
-
Classes in net.bytebuddy.description.enumeration used by net.bytebuddy.pool
-
Classes in net.bytebuddy.description.enumeration used by net.bytebuddy.utility