A D E H I M N

A

annotatedWith(Class<? extends Annotation>) - Method in interface net.stickycode.metadata.MetadataResolver
See if the subject of resolution is annotated directly with the given annotation

D

does(Class<?>) - Method in interface net.stickycode.metadata.MetadataResolverRegistry
return a resolver for the given class that can resolve annotations on methods or fields of the type itself methods or fileds of the interfaces of the type methods or fields of any of the supertypes methods or fields of any of the interfaces of the super types

E

ElementMetadataResolver - Interface in net.stickycode.metadata
Resolver contract for fluently querying annotation metadata of the elements of the subject of resolution

H

haveAnyFieldsAnnotatedWith(Class<? extends Annotation>...) - Method in interface net.stickycode.metadata.ElementMetadataResolver
Are any fields of the subject of resolution annotated with one of the given annotations
haveAnyFieldsMetaAnnotatedWith(Class<? extends Annotation>...) - Method in interface net.stickycode.metadata.ElementMetadataResolver
Are any fields of the subject of resolution annotated with one of the given annotations or annotations annotated by the given annotations
haveAnyMethodsAnnotatedWith(Class<? extends Annotation>...) - Method in interface net.stickycode.metadata.ElementMetadataResolver
Are any methods of the subject of resolution annotated with one of the given annotations
haveAnyMethodsMetaAnnotatedWith(Class<? extends Annotation>...) - Method in interface net.stickycode.metadata.ElementMetadataResolver
Are any methods of the subject of resolution annotated with one of the given annotations or annotations annotated by the given annotations

I

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

M

metaAnnotatedWith(Class<? extends Annotation>) - Method in interface net.stickycode.metadata.MetadataResolver
See if the subject of resolution is annotated directly with the given annotation or if the given annotation annotates a marker annotation of the subject of resolution
MetadataResolver - Interface in net.stickycode.metadata
Contract for algorithms that can detect marker annotations, and annotations with meta annotation markers.
MetadataResolverRegistry - Interface in net.stickycode.metadata
Inject MetadataResolverRegisty usingMetadata; ...

N

net.stickycode.metadata - package net.stickycode.metadata
 

A D E H I M N

Copyright © 2011-2012 RedEngine Ltd. All Rights Reserved.