Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.TypeVariableDefinition
Packages that use DynamicType.Builder.TypeVariableDefinition
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.
All classes and types in this package are related to creating a
DynamicType
by
enhancing a given type.-
Uses of DynamicType.Builder.TypeVariableDefinition in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.TypeVariableDefinitionModifier and TypeClassDescriptionprotected class
An adapter for defining a new type variable for the instrumented type.static class
An abstract base implementation of a type variable definition.Methods in net.bytebuddy.dynamic that return DynamicType.Builder.TypeVariableDefinitionModifier and TypeMethodDescriptionDynamicType.Builder.AbstractBase.Adapter.TypeVariableDefinitionAdapter.annotateTypeVariable
(Collection<? extends AnnotationDescription> annotations) Annotates the previously defined type variable with the supplied annotations.DynamicType.Builder.TypeVariableDefinition.AbstractBase.annotateTypeVariable
(Annotation... annotation) Annotates the previously defined type variable with the supplied annotations.DynamicType.Builder.TypeVariableDefinition.AbstractBase.annotateTypeVariable
(List<? extends Annotation> annotations) Annotates the previously defined type variable with the supplied annotations.DynamicType.Builder.TypeVariableDefinition.AbstractBase.annotateTypeVariable
(AnnotationDescription... annotation) Annotates the previously defined type variable with the supplied annotations.DynamicType.Builder.TypeVariableDefinition.annotateTypeVariable
(Annotation... annotation) Annotates the previously defined type variable with the supplied annotations.DynamicType.Builder.TypeVariableDefinition.annotateTypeVariable
(Collection<? extends AnnotationDescription> annotations) Annotates the previously defined type variable with the supplied annotations.DynamicType.Builder.TypeVariableDefinition.annotateTypeVariable
(List<? extends Annotation> annotations) Annotates the previously defined type variable with the supplied annotations.DynamicType.Builder.TypeVariableDefinition.annotateTypeVariable
(AnnotationDescription... annotation) Annotates the previously defined type variable with the supplied annotations.DynamicType.Builder.AbstractBase.Adapter.typeVariable
(String symbol, Collection<? extends TypeDefinition> bounds) Defines the supplied type variable with the given bound as a type variable of the instrumented type.DynamicType.Builder.AbstractBase.Delegator.typeVariable
(String symbol, Collection<? extends TypeDefinition> bounds) Defines the supplied type variable with the given bound as a type variable of the instrumented type.DynamicType.Builder.AbstractBase.typeVariable
(String symbol) Defines the supplied type variable without any bounds as a type variable of the instrumented type.DynamicType.Builder.AbstractBase.typeVariable
(String symbol, Type... bound) Defines the supplied type variable with the given bound as a type variable of the instrumented type.DynamicType.Builder.AbstractBase.typeVariable
(String symbol, List<? extends Type> bounds) Defines the supplied type variable with the given bound as a type variable of the instrumented type.DynamicType.Builder.AbstractBase.typeVariable
(String symbol, TypeDefinition... bound) Defines the supplied type variable with the given bound as a type variable of the instrumented type.DynamicType.Builder.typeVariable
(String symbol) Defines the supplied type variable without any bounds as a type variable of the instrumented type.DynamicType.Builder.typeVariable
(String symbol, Type... bound) Defines the supplied type variable with the given bound as a type variable of the instrumented type.DynamicType.Builder.typeVariable
(String symbol, Collection<? extends TypeDefinition> bounds) Defines the supplied type variable with the given bound as a type variable of the instrumented type.DynamicType.Builder.typeVariable
(String symbol, List<? extends Type> bounds) Defines the supplied type variable with the given bound as a type variable of the instrumented type.DynamicType.Builder.typeVariable
(String symbol, TypeDefinition... bound) Defines the supplied type variable with the given bound as a type variable of the instrumented type. -
Uses of DynamicType.Builder.TypeVariableDefinition in net.bytebuddy.dynamic.scaffold.inline
Methods in net.bytebuddy.dynamic.scaffold.inline that return DynamicType.Builder.TypeVariableDefinitionModifier and TypeMethodDescriptionDecoratingDynamicTypeBuilder.typeVariable
(String symbol, Collection<? extends TypeDefinition> bounds) Defines the supplied type variable with the given bound as a type variable of the instrumented type.