Package | Description |
---|---|
net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
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 |
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
|
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.instrumentation |
The instrumentation package contains any logic for intercepting method calls.
|
net.bytebuddy.instrumentation.method |
This package contains types and implementations for describing a Java byte code method which can be any byte code
container, i.e.
|
net.bytebuddy.instrumentation.method.matcher |
This package contains types and classes that serve as predicates for
determining if a given
MethodDescription matches a certain criteria. |
Class and Description |
---|
MethodMatcher
A method matcher that allows to identify
MethodDescription s. |
Class and Description |
---|
MethodMatcher
A method matcher that allows to identify
MethodDescription s. |
Class and Description |
---|
MethodMatcher
A method matcher that allows to identify
MethodDescription s. |
Class and Description |
---|
MethodMatcher
A method matcher that allows to identify
MethodDescription s. |
Class and Description |
---|
MethodMatcher
A method matcher that allows to identify
MethodDescription s. |
Class and Description |
---|
MethodMatcher
A method matcher that allows to identify
MethodDescription s. |
Class and Description |
---|
JunctionMethodMatcher
A
MethodMatcher that allows to compose
a method matcher with another one. |
JunctionMethodMatcher.AbstractBase
An abstract base implementation of a junction method matcher.
|
MethodMatcher
A method matcher that allows to identify
MethodDescription s. |
Copyright © 2014. All rights reserved.