Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.MethodDefinition.TypeVariableDefinition
Packages that use DynamicType.Builder.MethodDefinition.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.
-
Uses of DynamicType.Builder.MethodDefinition.TypeVariableDefinition in net.bytebuddy.dynamic
Subinterfaces of DynamicType.Builder.MethodDefinition.TypeVariableDefinition in net.bytebuddy.dynamicModifier and TypeInterfaceDescriptionstatic interface
A builder for defining an implementation of a method and optionally defining a type variable or thrown exception.static interface
A builder for defining an implementation of a method and optionally defining a type variable, thrown exception or method parameter.static interface
A builder for optionally defining an annotation on a parameter.static interface
A builder for defining an implementation of a method and optionally defining a type variable, thrown exception or method parameter.static interface
A builder for defining an implementation of a method and optionally defining a type variable, thrown exception or a parameter type.static interface
A builder for optionally defining an annotation on a parameter.static interface
A builder for optionally defining an annotation for a type variable.Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.MethodDefinition.TypeVariableDefinitionModifier and TypeClassDescriptionprotected class
An adapter for defining a new method.protected class
An annotation adapter for a parameter definition.protected class
An annotation adapter for a simple parameter definition.protected class
An adapter for defining a new type variable for the currently defined method.static class
An abstract base implementation for defining an implementation of a method and optionally defining a type variable or thrown exception.static class
An abstract base implementation for defining an implementation of a method and optionally defining a type variable, thrown exception or parameter type.static class
An abstract base implementation for defining an annotation on a parameter.protected static class
An adapter implementation for defining an annotation on a parameter.static class
An abstract base implementation for an initial parameter definition.static class
An abstract base implementation of an exception definition.static class
An abstract base implementation of a simple parameter definition.protected static class
An adapter implementation of a simple parameter definition.static class
An abstract base implementation for defining an implementation of a method and optionally defining a type variable.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.