Uses of Class
net.bytebuddy.utility.dispatcher.JavaDispatcher.Defaults
-
Packages that use JavaDispatcher.Defaults Package Description net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent.net.bytebuddy.description.method Contains descriptions of Java methods and constructors as well as their parameters.net.bytebuddy.description.type Contains descriptions of Java types and packages.net.bytebuddy.dynamic.loading This package contains classes that are responsible for class loading of classes that are represented bybyte
arrays.net.bytebuddy.utility 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.Defaults Modifier and Type Method Description boolean
AgentBuilder.Default.Dispatcher. isNativeMethodPrefixSupported(java.lang.instrument.Instrumentation instrumentation)
Returnstrue
if the supplied instrumentation instance supports setting native method prefixes.boolean
AgentBuilder.RedefinitionStrategy.Dispatcher. isRetransformClassesSupported(java.lang.instrument.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.Defaults Modifier and Type Method Description java.lang.reflect.AnnotatedElement
MethodDescription.InDefinedShape.AbstractBase.Executable. getAnnotatedReceiverType(java.lang.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.Defaults Modifier and Type Interface Description protected static interface
TypeDescription.ForLoadedType.Dispatcher
A dispatcher for using methods ofClass
that are not declared for Java 6.Methods in net.bytebuddy.description.type with annotations of type JavaDispatcher.Defaults Modifier and Type Method Description java.lang.reflect.AnnotatedElement[]
TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.OfFormalTypeVariable.FormalTypeVariable. getAnnotatedBounds(java.lang.Object value)
Returns the supplied annotated type variable's annotated bounds or an empty array if this feature is not supported.java.lang.reflect.AnnotatedElement[]
TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableExceptionType.Dispatcher. getAnnotatedExceptionTypes(java.lang.Object executable)
Resolves the suppliedjava.lang.reflect.Executable
's annotated exception types.java.lang.reflect.AnnotatedElement
TypeDescription.Generic.AnnotationReader.ForOwnerType.AnnotatedType. getAnnotatedOwnerType(java.lang.reflect.AnnotatedElement value)
Returns the type's annotated owner type ornull
if this feature is not supported.java.lang.reflect.AnnotatedElement[]
TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableParameterType.Dispatcher. getAnnotatedParameterTypes(java.lang.Object executable)
Resolves the suppliedjava.lang.reflect.Executable
's annotated parameter types.java.lang.reflect.AnnotatedElement
TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedMethodReturnType.Dispatcher. getAnnotatedReturnType(java.lang.reflect.Method method)
Resolves the supplied method's annotated return type.java.lang.reflect.AnnotatedElement
TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedField.Dispatcher. getAnnotatedType(java.lang.reflect.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.Defaults Modifier and Type Method Description java.lang.Object
ClassInjector.UsingReflection.System. getSecurityManager()
Returns the current security manager ornull
if not available.java.lang.Object
ClassInjector.UsingUnsafe.System. getSecurityManager()
Returns the current security manager ornull
if not available.java.net.URL
ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.Dispatcher. of(java.net.URI uri, java.net.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.Defaults Modifier and Type Interface Description protected static interface
QueueFactory.Dispatcher
A dispatcher for creating anjava.util.ArrayDeque
.Methods in net.bytebuddy.utility with annotations of type JavaDispatcher.Defaults Modifier and Type Method Description java.lang.Object
JavaModule.Resolver. getModule(java.lang.Class<?> type)
Resolves thejava.lang.Module
of the supplied type.
-