Package | Description |
---|---|
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.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.
|
Modifier and Type | Method and Description |
---|---|
DynamicType.Builder.ExceptionDeclarableMethodInterception<T> |
SubclassDynamicTypeBuilder.defineConstructor(List<? extends TypeDescription> parameterTypes,
ModifierContributor.ForMethod... modifier) |
DynamicType.Builder.ExceptionDeclarableMethodInterception<T> |
SubclassDynamicTypeBuilder.defineMethod(String name,
TypeDescription returnType,
List<? extends TypeDescription> parameterTypes,
ModifierContributor.ForMethod... modifier) |
Modifier and Type | Class and Description |
---|---|
class |
MethodManifestation
Describes the manifestation of a method, i.e.
|
class |
Ownership
Determines the ownership of a field or method, i.e.
|
class |
SynchronizationState
Describes if a method is supposed to be synchronized.
|
class |
SyntheticState
Defines if a type or member is supposed to be marked as synthetic.
|
class |
Visibility
Describes a type's, field's or a method's visibility.
|
Copyright © 2014. All rights reserved.