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.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial<V>
A builder for defining an implementation of a method and optionally defining a type variable, thrown exception or method parameter.
|
static interface |
DynamicType.Builder.MethodDefinition.ParameterDefinition.Simple.Annotatable<V>
A builder for optionally defining an annotation on a parameter.
|
Modifier and Type | Method and Description |
---|---|
protected abstract DynamicType.Builder.MethodDefinition.ParameterDefinition.Simple<X> |
DynamicType.Builder.MethodDefinition.ParameterDefinition.Simple.Annotatable.AbstractBase.Adapter.materialize()
Materializes this instance as a simple parameter definition with the currently defined properties.
|
protected DynamicType.Builder.MethodDefinition.ParameterDefinition.Simple<U> |
DynamicType.Builder.AbstractBase.Adapter.MethodDefinitionAdapter.SimpleParameterAnnotationAdapter.materialize() |
Copyright © 2014–2020. All rights reserved.