Uses of Class
net.bytebuddy.utility.dispatcher.JavaDispatcher.Instance
-
Packages that use JavaDispatcher.Instance Package Description net.bytebuddy.description.method Contains descriptions of Java methods and constructors as well as their parameters.net.bytebuddy.description.module Contains descriptions of Java modules.net.bytebuddy.description.type Contains descriptions of Java types and packages.net.bytebuddy.utility 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.Instance Modifier and Type Method Description booleanParameterList.ForLoadedExecutable.Executable. isInstance(java.lang.Object value)Checks if the supplied instance is ajava.lang.reflect.Executable. -
Uses of JavaDispatcher.Instance in net.bytebuddy.description.module
Methods in net.bytebuddy.description.module with annotations of type JavaDispatcher.Instance Modifier and Type Method Description booleanModuleDescription.ForLoadedModule.Module. isInstance(java.lang.Object value)Returnstrueif the supplied instance is of typejava.lang.Module. -
Uses of JavaDispatcher.Instance in net.bytebuddy.description.type
Methods in net.bytebuddy.description.type with annotations of type JavaDispatcher.Instance Modifier and Type Method Description booleanRecordComponentDescription.ForLoadedRecordComponent.RecordComponent. isInstance(java.lang.Object instance)Checks if the supplied instance is a record component.booleanTypeDefinition.Sort.AnnotatedType. isInstance(java.lang.reflect.AnnotatedElement value)Returnstrueif the supplied value is an instance ofjava.lang.reflect.AnnotatedType.booleanTypeDescription.Generic.AnnotationReader.ForComponentType.AnnotatedParameterizedType. isInstance(java.lang.reflect.AnnotatedElement value)Returnstrueif the supplied instance implementsjava.lang.reflect.AnnotatedArrayType.booleanTypeDescription.Generic.AnnotationReader.ForTypeArgument.AnnotatedParameterizedType. isInstance(java.lang.reflect.AnnotatedElement value)Returnstrueif the supplied instance implementsjava.lang.reflect.AnnotatedParameterizedType.booleanTypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.AnnotatedTypeVariable. isInstance(java.lang.reflect.AnnotatedElement value)Returnstrueif the supplied instance implementsjava.lang.reflect.AnnotatedTypeVariable.booleanTypeDescription.Generic.AnnotationReader.ForWildcardLowerBoundType.AnnotatedWildcardType. isInstance(java.lang.reflect.AnnotatedElement value)Returnstrueif the supplied instance implementsjava.lang.reflect.AnnotatedWildcardType.booleanTypeDescription.Generic.AnnotationReader.ForWildcardUpperBoundType.AnnotatedWildcardType. isInstance(java.lang.reflect.AnnotatedElement value)Returnstrueif 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.Instance Modifier and Type Method Description booleanAsmClassReader.ForClassFileApi.JdkClassReader. isInstance(java.lang.Object value)Checks if the supplied object is an instance ofcodes.rafael.asmjdkbridge.JdkClassReader.booleanAsmClassWriter.ForClassFileApi.JdkClassWriter. isInstance(org.objectweb.asm.ClassVisitor value)Checks if the supplied instance is acodes.rafael.asmjdkbridge.JdkClassWriter.booleanJavaConstant.Simple.Dispatcher. isInstance(java.lang.Object instance)Checks if the supplied instance is of the type of this dispatcher.booleanJavaModule.Module. isInstance(java.lang.Object value)Returnstrueif the supplied instance is of typejava.lang.Module.
-