Uses of Annotation Interface
net.bytebuddy.utility.dispatcher.JavaDispatcher.Instance
Packages that use JavaDispatcher.Instance
Package
Description
Contains descriptions of Java methods and constructors as well as their parameters.
Contains descriptions of Java types and packages.
This package contains utility classes for common use within any Byte Buddy logic.
-
Uses of JavaDispatcher.Instance in net.bytebuddy.description.method
Methods in net.bytebuddy.description.method with annotations of type JavaDispatcher.InstanceModifier and TypeMethodDescriptionboolean
ParameterList.ForLoadedExecutable.Executable.isInstance
(Object value) Checks if the supplied instance is ajava.lang.reflect.Executable
. -
Uses of JavaDispatcher.Instance in net.bytebuddy.description.type
Methods in net.bytebuddy.description.type with annotations of type JavaDispatcher.InstanceModifier and TypeMethodDescriptionboolean
RecordComponentDescription.ForLoadedRecordComponent.RecordComponent.isInstance
(Object instance) Checks if the supplied instance is a record component.boolean
TypeDefinition.Sort.AnnotatedType.isInstance
(AnnotatedElement value) Returnstrue
if the supplied value is an instance ofjava.lang.reflect.AnnotatedType
.boolean
TypeDescription.Generic.AnnotationReader.ForComponentType.AnnotatedParameterizedType.isInstance
(AnnotatedElement value) Returnstrue
if the supplied instance implementsjava.lang.reflect.AnnotatedArrayType
.boolean
TypeDescription.Generic.AnnotationReader.ForTypeArgument.AnnotatedParameterizedType.isInstance
(AnnotatedElement value) Returnstrue
if the supplied instance implementsjava.lang.reflect.AnnotatedParameterizedType
.boolean
TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.AnnotatedTypeVariable.isInstance
(AnnotatedElement value) Returnstrue
if the supplied instance implementsjava.lang.reflect.AnnotatedTypeVariable
.boolean
TypeDescription.Generic.AnnotationReader.ForWildcardLowerBoundType.AnnotatedWildcardType.isInstance
(AnnotatedElement value) Returnstrue
if the supplied instance implementsjava.lang.reflect.AnnotatedWildcardType
.boolean
TypeDescription.Generic.AnnotationReader.ForWildcardUpperBoundType.AnnotatedWildcardType.isInstance
(AnnotatedElement value) Returnstrue
if the supplied instance implementsjava.lang.reflect.AnnotatedWildcardType
. -
Uses of JavaDispatcher.Instance in net.bytebuddy.utility
Methods in net.bytebuddy.utility with annotations of type JavaDispatcher.InstanceModifier and TypeMethodDescriptionboolean
JavaConstant.Simple.Dispatcher.isInstance
(Object instance) Checks if the supplied instance is of the type of this dispatcher.boolean
JavaModule.Module.isInstance
(Object value) Returnstrue
if the supplied instance is of typejava.lang.Module
.