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 bybytearrays.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 booleanAgentBuilder.Default.Dispatcher. isNativeMethodPrefixSupported(java.lang.instrument.Instrumentation instrumentation)Returnstrueif the supplied instrumentation instance supports setting native method prefixes.booleanAgentBuilder.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.AnnotatedElementMethodDescription.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 interfaceTypeDescription.ForLoadedType.DispatcherA dispatcher for using methods ofClassthat 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.AnnotatedElementTypeDescription.Generic.AnnotationReader.ForOwnerType.AnnotatedType. getAnnotatedOwnerType(java.lang.reflect.AnnotatedElement value)Returns the type's annotated owner type ornullif 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.AnnotatedElementTypeDescription.Generic.AnnotationReader.Delegator.ForLoadedMethodReturnType.Dispatcher. getAnnotatedReturnType(java.lang.reflect.Method method)Resolves the supplied method's annotated return type.java.lang.reflect.AnnotatedElementTypeDescription.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.ObjectClassInjector.UsingReflection.System. getSecurityManager()Returns the current security manager ornullif not available.java.lang.ObjectClassInjector.UsingUnsafe.System. getSecurityManager()Returns the current security manager ornullif not available.java.net.URLByteArrayClassLoader.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 interfaceQueueFactory.DispatcherA dispatcher for creating anjava.util.ArrayDeque.Methods in net.bytebuddy.utility with annotations of type JavaDispatcher.Defaults Modifier and Type Method Description java.lang.ObjectJavaModule.Resolver. getModule(java.lang.Class<?> type)Resolves thejava.lang.Moduleof the supplied type.
-