Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.MethodDefinition.ParameterDefinition
-
Packages that use DynamicType.Builder.MethodDefinition.ParameterDefinition 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. -
-
Uses of DynamicType.Builder.MethodDefinition.ParameterDefinition in net.bytebuddy.dynamic
Subinterfaces of DynamicType.Builder.MethodDefinition.ParameterDefinition in net.bytebuddy.dynamic Modifier and Type Interface Description static interface
DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable<V>
A builder for optionally defining an annotation on a parameter.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.Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.MethodDefinition.ParameterDefinition Modifier and Type Class Description protected class
DynamicType.Builder.AbstractBase.Adapter.MethodDefinitionAdapter
An adapter for defining a new method.protected class
DynamicType.Builder.AbstractBase.Adapter.MethodDefinitionAdapter.ParameterAnnotationAdapter
An annotation adapter for a parameter definition.static class
DynamicType.Builder.MethodDefinition.ParameterDefinition.AbstractBase<V>
An abstract base implementation for defining an implementation of a method and optionally defining a type variable, thrown exception or parameter type.static class
DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable.AbstractBase<W>
An abstract base implementation for defining an annotation on a parameter.protected static class
DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable.AbstractBase.Adapter<X>
An adapter implementation for defining an annotation on a parameter.static class
DynamicType.Builder.MethodDefinition.ParameterDefinition.Initial.AbstractBase<W>
An abstract base implementation for an initial parameter definition.Methods in net.bytebuddy.dynamic that return DynamicType.Builder.MethodDefinition.ParameterDefinition Modifier and Type Method Description protected DynamicType.Builder.MethodDefinition.ParameterDefinition<U>
DynamicType.Builder.AbstractBase.Adapter.MethodDefinitionAdapter.ParameterAnnotationAdapter. materialize()
protected DynamicType.Builder.MethodDefinition.ParameterDefinition<U>
DynamicType.Builder.AbstractBase.Adapter.MethodDefinitionAdapter.TypeVariableAnnotationAdapter. materialize()
protected abstract DynamicType.Builder.MethodDefinition.ParameterDefinition<X>
DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable.AbstractBase.Adapter. materialize()
Materializes this instance as a parameter definition with the currently defined properties.protected abstract DynamicType.Builder.MethodDefinition.ParameterDefinition<X>
DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.AbstractBase.Adapter. materialize()
Materializes this instance as a parameter definition with the currently defined properties.
-