| Package | Description | 
|---|---|
| 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.utility | 
 This package contains utility classes for common use within any Byte Buddy logic. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ParameterList.ForLoadedExecutable.Executable.isInstance(Object value)
Checks if the supplied instance is a  
java.lang.reflect.Executable. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
TypeDescription.Generic.AnnotationReader.ForWildcardUpperBoundType.AnnotatedWildcardType.isInstance(AnnotatedElement value)
Returns  
true if the supplied instance implements java.lang.reflect.AnnotatedWildcardType. | 
boolean | 
TypeDescription.Generic.AnnotationReader.ForWildcardLowerBoundType.AnnotatedWildcardType.isInstance(AnnotatedElement value)
Returns  
true if the supplied instance implements java.lang.reflect.AnnotatedWildcardType. | 
boolean | 
TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.AnnotatedTypeVariable.isInstance(AnnotatedElement value)
Returns  
true if the supplied instance implements java.lang.reflect.AnnotatedTypeVariable. | 
boolean | 
TypeDescription.Generic.AnnotationReader.ForTypeArgument.AnnotatedParameterizedType.isInstance(AnnotatedElement value)
Returns  
true if the supplied instance implements java.lang.reflect.AnnotatedParameterizedType. | 
boolean | 
TypeDescription.Generic.AnnotationReader.ForComponentType.AnnotatedParameterizedType.isInstance(AnnotatedElement value)
Returns  
true if the supplied instance implements java.lang.reflect.AnnotatedArrayType. | 
boolean | 
TypeDefinition.Sort.AnnotatedType.isInstance(AnnotatedElement value)
Returns  
true if the supplied value is an instance of java.lang.reflect.AnnotatedType. | 
boolean | 
RecordComponentDescription.ForLoadedRecordComponent.RecordComponent.isInstance(Object instance)
Checks if the supplied instance is a record component. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
JavaConstant.Simple.Dispatcher.isInstance(Object instance)
Checks if the supplied instance is of the type of this dispatcher. 
 | 
boolean | 
JavaModule.Module.isInstance(Object value)
Returns  
true if the supplied instance is of type java.lang.Module. | 
Copyright © 2014–2021. All rights reserved.