- is(Method) - Method in interface net.stickycode.metadata.MetadataResolverRegistry
-
return a resolver for the given method that can resolve annotations on
the method itself
annotations on the method
- is(Field) - Method in interface net.stickycode.metadata.MetadataResolverRegistry
-
return a resolver for the given field that can resolve annotations on
the field itself
annotations on the field
- is(Class<?>) - Method in interface net.stickycode.metadata.MetadataResolverRegistry
-
return a resolver for the given class that can resolve annotations on
the type itself
interfaces of the type
any of the supertypes
any of the interfaces of the super types
- is(AnnotatedElement) - Method in interface net.stickycode.metadata.MetadataResolverRegistry
-
return a resolver for the given annotation element that can resolve annotations on
the element itself
any of the super elements