| 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.inline |
All classes and types in this package are related to creating a
DynamicType by
enhancing a given type. |
| Modifier and Type | Class and Description |
|---|---|
protected class |
DynamicType.Builder.AbstractBase.Adapter.OptionalMethodMatchAdapter
An adapter for optionally matching methods defined by declared interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicType.Builder.MethodDefinition.ImplementationDefinition.Optional<T> |
DecoratingDynamicTypeBuilder.implement(Collection<? extends TypeDefinition> interfaceTypes) |
Copyright © 2014–2018. All rights reserved.