Uses of Annotation Interface
net.bytebuddy.utility.dispatcher.JavaDispatcher.Defaults
Packages that use JavaDispatcher.Defaults
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
Contains descriptions of Java methods and constructors as well as their parameters.
Contains descriptions of Java types and packages.
This package contains classes that are responsible for class loading of classes that are represented by
byte
arrays.This package contains utility classes for common use within any Byte Buddy logic.
-
Uses of JavaDispatcher.Defaults in net.bytebuddy.agent.builder
Methods in net.bytebuddy.agent.builder with annotations of type JavaDispatcher.DefaultsModifier and TypeMethodDescriptionboolean
AgentBuilder.Default.Dispatcher.isNativeMethodPrefixSupported
(Instrumentation instrumentation) Returnstrue
if the supplied instrumentation instance supports setting native method prefixes.boolean
AgentBuilder.RedefinitionStrategy.Dispatcher.isRetransformClassesSupported
(Instrumentation instrumentation) Checks if retransformation is supported for the supplied instrumentation instance. -
Uses of JavaDispatcher.Defaults in net.bytebuddy.description.method
Methods in net.bytebuddy.description.method with annotations of type JavaDispatcher.DefaultsModifier and TypeMethodDescriptionMethodDescription.InDefinedShape.AbstractBase.Executable.getAnnotatedReceiverType
(Object value) Returns the annotated receiver type. -
Uses of JavaDispatcher.Defaults in net.bytebuddy.description.type
Classes in net.bytebuddy.description.type with annotations of type JavaDispatcher.DefaultsModifier and TypeInterfaceDescriptionprotected static interface
A dispatcher for using methods ofClass
that are not declared for Java 6.Methods in net.bytebuddy.description.type with annotations of type JavaDispatcher.DefaultsModifier and TypeMethodDescriptionTypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.OfFormalTypeVariable.FormalTypeVariable.getAnnotatedBounds
(Object value) Returns the supplied annotated type variable's annotated bounds or an empty array if this feature is not supported.TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableExceptionType.Dispatcher.getAnnotatedExceptionTypes
(Object executable) Resolves the suppliedjava.lang.reflect.Executable
's annotated exception types.TypeDescription.Generic.AnnotationReader.ForOwnerType.AnnotatedType.getAnnotatedOwnerType
(AnnotatedElement value) Returns the type's annotated owner type ornull
if this feature is not supported.TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableParameterType.Dispatcher.getAnnotatedParameterTypes
(Object executable) Resolves the suppliedjava.lang.reflect.Executable
's annotated parameter types.TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedMethodReturnType.Dispatcher.getAnnotatedReturnType
(Method method) Resolves the supplied method's annotated return type.TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedField.Dispatcher.getAnnotatedType
(Field field) Resolves the supplied method's annotated field type. -
Uses of JavaDispatcher.Defaults in net.bytebuddy.dynamic.loading
Methods in net.bytebuddy.dynamic.loading with annotations of type JavaDispatcher.DefaultsModifier and TypeMethodDescriptionClassInjector.UsingReflection.System.getSecurityManager()
Returns the current security manager ornull
if not available.ClassInjector.UsingUnsafe.System.getSecurityManager()
Returns the current security manager ornull
if not available.ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.Dispatcher.of
(URI uri, URLStreamHandler handler) Resolves a URL from an URI, if possible. -
Uses of JavaDispatcher.Defaults in net.bytebuddy.utility
Classes in net.bytebuddy.utility with annotations of type JavaDispatcher.DefaultsModifier and TypeInterfaceDescriptionprotected static interface
A dispatcher for creating anjava.util.ArrayDeque
.Methods in net.bytebuddy.utility with annotations of type JavaDispatcher.Defaults