| Package | Description |
|---|---|
| net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
| net.bytebuddy.description.modifier |
The modifier package contains high-level and type-safe descriptions of Java modifiers.
|
| net.bytebuddy.dynamic |
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
|
| net.bytebuddy.implementation.auxiliary |
Auxiliary types describe helper types that aid as a supplementary to a given
InstrumentedType. |
| Modifier and Type | Method and Description |
|---|---|
ByteBuddy |
ByteBuddy.withModifiers(ModifierContributor.ForType... modifierContributor)
Defines a new modifier contributors for this configuration that replaces the currently defined modifier
contributes which might currently be implicit.
|
ByteBuddy |
ByteBuddy.Proxy.withModifiers(ModifierContributor.ForType... modifierContributor) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumerationState
Determines if a type describes an enumeration.
|
class |
Ownership
Determines the ownership of a field or method, i.e.
|
class |
SyntheticState
Defines if a type or member is supposed to be marked as synthetic.
|
class |
TypeManifestation
Describes a type's manifestation, i.e.
|
class |
Visibility
Describes a type's, field's or a method's visibility.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicType.Builder<T> |
DynamicType.Builder.modifiers(ModifierContributor.ForType... modifier)
Defines modifiers for the created dynamic type.
|
DynamicType.Builder<S> |
DynamicType.Builder.AbstractBase.modifiers(ModifierContributor.ForType... modifier) |
DynamicType.Builder<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.modifiers(ModifierContributor.ForType... modifier) |
| Modifier and Type | Field and Description |
|---|---|
static ModifierContributor.ForType[] |
AuxiliaryType.DEFAULT_TYPE_MODIFIER
The default type access of an auxiliary type.
|
Copyright © 2014–2015. All rights reserved.