boolean |
RecordComponentDescription.ForLoadedRecordComponent.RecordComponent.isInstance(java.lang.Object instance) |
Checks if the supplied instance is a record component.
|
boolean |
TypeDefinition.Sort.AnnotatedType.isInstance(java.lang.reflect.AnnotatedElement value) |
Returns true if the supplied value is an instance of java.lang.reflect.AnnotatedType.
|
boolean |
TypeDescription.Generic.AnnotationReader.ForComponentType.AnnotatedParameterizedType.isInstance(java.lang.reflect.AnnotatedElement value) |
Returns true if the supplied instance implements java.lang.reflect.AnnotatedArrayType.
|
boolean |
TypeDescription.Generic.AnnotationReader.ForTypeArgument.AnnotatedParameterizedType.isInstance(java.lang.reflect.AnnotatedElement value) |
Returns true if the supplied instance implements java.lang.reflect.AnnotatedParameterizedType.
|
boolean |
TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.AnnotatedTypeVariable.isInstance(java.lang.reflect.AnnotatedElement value) |
Returns true if the supplied instance implements java.lang.reflect.AnnotatedTypeVariable.
|
boolean |
TypeDescription.Generic.AnnotationReader.ForWildcardLowerBoundType.AnnotatedWildcardType.isInstance(java.lang.reflect.AnnotatedElement value) |
Returns true if the supplied instance implements java.lang.reflect.AnnotatedWildcardType.
|
boolean |
TypeDescription.Generic.AnnotationReader.ForWildcardUpperBoundType.AnnotatedWildcardType.isInstance(java.lang.reflect.AnnotatedElement value) |
Returns true if the supplied instance implements java.lang.reflect.AnnotatedWildcardType.
|