Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.MethodDefinition.ReceiverTypeDefinition
Packages that use DynamicType.Builder.MethodDefinition.ReceiverTypeDefinition
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.ReceiverTypeDefinition in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.MethodDefinition.ReceiverTypeDefinitionModifier and TypeClassDescriptionprotected class
An annotation adapter for a method definition.protected class
An annotation adapter for implementing annotations during a method definition.protected static class
An adapter implementation of a method definition.static class
An abstract base implementation of a method definition that can accept a receiver type.Methods in net.bytebuddy.dynamic that return DynamicType.Builder.MethodDefinition.ReceiverTypeDefinitionModifier and TypeMethodDescriptionDynamicType.Builder.AbstractBase.Adapter.MethodDefinitionAdapter.defaultValue
(AnnotationValue<?, ?> annotationValue) Defines the previously defined or matched method to return the supplied value as an annotation default value.DynamicType.Builder.AbstractBase.Adapter.MethodMatchAdapter.defaultValue
(AnnotationValue<?, ?> annotationValue) Defines the previously defined or matched method to return the supplied value as an annotation default value.DynamicType.Builder.AbstractBase.Adapter.OptionalMethodMatchAdapter.defaultValue
(AnnotationValue<?, ?> annotationValue) Defines the previously defined or matched method to return the supplied value as an annotation default value.DynamicType.Builder.AbstractBase.Adapter.OptionalMethodMatchAdapter.defaultValue
(V value, Class<? extends V> type) Defines the previously defined or matched method to return the supplied value as an annotation default value.DynamicType.Builder.MethodDefinition.ImplementationDefinition.AbstractBase.defaultValue
(W value, Class<? extends W> type) Defines the previously defined or matched method to return the supplied value as an annotation default value.DynamicType.Builder.MethodDefinition.ImplementationDefinition.defaultValue
(AnnotationValue<?, ?> annotationValue) Defines the previously defined or matched method to return the supplied value as an annotation default value.DynamicType.Builder.MethodDefinition.ImplementationDefinition.defaultValue
(W value, Class<? extends W> type) Defines the previously defined or matched method to return the supplied value as an annotation default value.DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable.AbstractBase.Adapter.defaultValue
(AnnotationValue<?, ?> annotationValue) Defines the previously defined or matched method to return the supplied value as an annotation default value.DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable.AbstractBase.Adapter.defaultValue
(V value, Class<? extends V> type) Defines the previously defined or matched method to return the supplied value as an annotation default value.DynamicType.Builder.MethodDefinition.ParameterDefinition.Simple.Annotatable.AbstractBase.Adapter.defaultValue
(AnnotationValue<?, ?> annotationValue) Defines the previously defined or matched method to return the supplied value as an annotation default value.DynamicType.Builder.MethodDefinition.ParameterDefinition.Simple.Annotatable.AbstractBase.Adapter.defaultValue
(V value, Class<? extends V> type) Defines the previously defined or matched method to return the supplied value as an annotation default value.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.AbstractBase.Adapter.defaultValue
(AnnotationValue<?, ?> annotationValue) Defines the previously defined or matched method to return the supplied value as an annotation default value.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.AbstractBase.Adapter.defaultValue
(V value, Class<? extends V> type) Defines the previously defined or matched method to return the supplied value as an annotation default value.DynamicType.Builder.AbstractBase.Adapter.MethodDefinitionAdapter.intercept
(Implementation implementation) Implements the previously defined or matched method by the supplied implementation.DynamicType.Builder.AbstractBase.Adapter.MethodMatchAdapter.intercept
(Implementation implementation) Implements the previously defined or matched method by the supplied implementation.DynamicType.Builder.AbstractBase.Adapter.OptionalMethodMatchAdapter.intercept
(Implementation implementation) Implements the previously defined or matched method by the supplied implementation.DynamicType.Builder.MethodDefinition.ImplementationDefinition.intercept
(Implementation implementation) Implements the previously defined or matched method by the supplied implementation.DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable.AbstractBase.Adapter.intercept
(Implementation implementation) Implements the previously defined or matched method by the supplied implementation.DynamicType.Builder.MethodDefinition.ParameterDefinition.Simple.Annotatable.AbstractBase.Adapter.intercept
(Implementation implementation) Implements the previously defined or matched method by the supplied implementation.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.AbstractBase.Adapter.intercept
(Implementation implementation) Implements the previously defined or matched method by the supplied implementation.DynamicType.Builder.AbstractBase.Adapter.MethodDefinitionAdapter.materialize
(MethodRegistry.Handler handler) Materializes the given handler as the implementation.DynamicType.Builder.AbstractBase.Adapter.MethodMatchAdapter.materialize
(MethodRegistry.Handler handler) Materializes the method definition with the supplied handler.DynamicType.Builder.AbstractBase.Adapter.MethodDefinitionAdapter.withoutCode()
Defines the previously defined or matched method not to declare a method body.DynamicType.Builder.AbstractBase.Adapter.MethodMatchAdapter.withoutCode()
Defines the previously defined or matched method not to declare a method body.DynamicType.Builder.AbstractBase.Adapter.OptionalMethodMatchAdapter.withoutCode()
Defines the previously defined or matched method not to declare a method body.DynamicType.Builder.MethodDefinition.ImplementationDefinition.withoutCode()
Defines the previously defined or matched method not to declare a method body.DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable.AbstractBase.Adapter.withoutCode()
Defines the previously defined or matched method not to declare a method body.DynamicType.Builder.MethodDefinition.ParameterDefinition.Simple.Annotatable.AbstractBase.Adapter.withoutCode()
Defines the previously defined or matched method not to declare a method body.DynamicType.Builder.MethodDefinition.TypeVariableDefinition.Annotatable.AbstractBase.Adapter.withoutCode()
Defines the previously defined or matched method not to declare a method body.