Uses of Class
net.bytebuddy.dynamic.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.AbstractBase
-
Packages that use DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.AbstractBase 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.TypeVariableDefinition.Annotatable.AbstractBase in net.bytebuddy.dynamic
Subclasses of DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.AbstractBase in net.bytebuddy.dynamic Modifier and Type Class Description protected class
DynamicType.Builder.AbstractBase.Adapter.MethodDefinitionAdapter.TypeVariableAnnotationAdapter
An adapter for defining a new type variable for the currently defined method.protected static class
DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.AbstractBase.Adapter<X>
An adapter implementation for an annotatable type variable definition.
-