Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable
Packages that use DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable
Package
Description
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.TypeVariableDefinition.Annotatable in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.MethodDefinition.TypeVariableDefinition.AnnotatableModifier and TypeClassDescriptionprotected class
An adapter for defining a new type variable for the currently defined method.static class
An abstract base implementation for defining an annotation on a parameter.protected static class
An adapter implementation for an annotatable type variable definition.Methods in net.bytebuddy.dynamic that return DynamicType.Builder.MethodDefinition.TypeVariableDefinition.AnnotatableModifier and TypeMethodDescriptionDynamicType.Builder.AbstractBase.Adapter.MethodDefinitionAdapter.TypeVariableAnnotationAdapter.annotateTypeVariable
(Collection<? extends AnnotationDescription> annotations) Annotates the previously defined type variable with the supplied annotations.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.AbstractBase.annotateTypeVariable
(Annotation... annotation) Annotates the previously defined type variable with the supplied annotations.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.AbstractBase.annotateTypeVariable
(List<? extends Annotation> annotations) Annotates the previously defined type variable with the supplied annotations.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.AbstractBase.annotateTypeVariable
(AnnotationDescription... annotation) Annotates the previously defined type variable with the supplied annotations.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.annotateTypeVariable
(Annotation... annotation) Annotates the previously defined type variable with the supplied annotations.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.annotateTypeVariable
(Collection<? extends AnnotationDescription> annotations) Annotates the previously defined type variable with the supplied annotations.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.annotateTypeVariable
(List<? extends Annotation> annotations) Annotates the previously defined type variable with the supplied annotations.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.annotateTypeVariable
(AnnotationDescription... annotation) Annotates the previously defined type variable with the supplied annotations.DynamicType.Builder.AbstractBase.Adapter.MethodDefinitionAdapter.typeVariable
(String symbol, Collection<? extends TypeDefinition> bounds) Defines a method variable to be declared by the currently defined method.DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable.AbstractBase.Adapter.typeVariable
(String symbol, Collection<? extends TypeDefinition> bounds) Defines a method variable to be declared by the currently defined method.DynamicType.Builder.MethodDefinition.ParameterDefinition.Simple.Annotatable.AbstractBase.Adapter.typeVariable
(String symbol, Collection<? extends TypeDefinition> bounds) Defines a method variable to be declared by the currently defined method.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.AbstractBase.typeVariable
(String symbol) Defines a method variable to be declared by the currently defined method.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.AbstractBase.typeVariable
(String symbol, Type... bound) Defines a method variable to be declared by the currently defined method.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.AbstractBase.typeVariable
(String symbol, List<? extends Type> bounds) Defines a method variable to be declared by the currently defined method.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.AbstractBase.typeVariable
(String symbol, TypeDefinition... bound) Defines a method variable to be declared by the currently defined method.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.AbstractBase.Adapter.typeVariable
(String symbol, Collection<? extends TypeDefinition> bounds) Defines a method variable to be declared by the currently defined method.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.typeVariable
(String symbol) Defines a method variable to be declared by the currently defined method.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.typeVariable
(String symbol, Type... bound) Defines a method variable to be declared by the currently defined method.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.typeVariable
(String symbol, Collection<? extends TypeDefinition> bounds) Defines a method variable to be declared by the currently defined method.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.typeVariable
(String symbol, List<? extends Type> bounds) Defines a method variable to be declared by the currently defined method.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.typeVariable
(String symbol, TypeDefinition... bound) Defines a method variable to be declared by the currently defined method.