Package | Description |
---|---|
net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
net.bytebuddy.modifier |
The modifier package contains high-level and type-safe descriptions of Java modifiers.
|
Class and Description |
---|
EnumerationState
Determines if a type describes an enumeration.
|
SyntheticState
Defines if a type or member is supposed to be marked as synthetic.
|
TypeManifestation
Describes a type's manifestation, i.e.
|
Visibility
Describes a type's, field's or a method's visibility.
|
Class and Description |
---|
EnumerationState
Determines if a type describes an enumeration.
|
FieldManifestation
Describes the manifestation of a class's field, i.e.
|
MethodArguments
Describes if a method allows varargs arguments.
|
MethodManifestation
Describes the manifestation of a method, i.e.
|
Ownership
Determines the ownership of a field or method, i.e.
|
SynchronizationState
Describes if a method is supposed to be synchronized.
|
SyntheticState
Defines if a type or member is supposed to be marked as synthetic.
|
TypeManifestation
Describes a type's manifestation, i.e.
|
Visibility
Describes a type's, field's or a method's visibility.
|
Copyright © 2014–2015. All rights reserved.