Package | Description |
---|---|
net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
net.bytebuddy.dynamic.scaffold.subclass |
All classes and types in this package are related to creating a
DynamicType by
creating a subclass of a given type. |
net.bytebuddy.modifier |
The modifier package contains high-level and type-safe descriptions of Java modifiers.
|
Class and Description |
---|
MemberVisibility
Describes a field's or a method's visibility.
|
SyntheticState
Defines if a type or member is supposed to be marked as synthetic.
|
TypeManifestation
Describes a type's manifestation, i.e.
|
Class and Description |
---|
MemberVisibility
Describes a field's or a method's visibility.
|
SyntheticState
Defines if a type or member is supposed to be marked as synthetic.
|
TypeManifestation
Describes a type's manifestation, i.e.
|
Class and Description |
---|
FieldManifestation
Describes the manifestation of a class's field, i.e.
|
MemberVisibility
Describes a field's or a method's visibility.
|
MethodManifestation
Describes the manifestation of a method, i.e.
|
Ownership
Determines the ownership of a field or method, i.e.
|
SuperFlag
Determines if the
super flag should be set for a given type. |
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.
|
TypeVisibility
Describes a type's visibility.
|
Copyright © 2014. All rights reserved.