|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MetadataResolver in net.stickycode.metadata |
|---|
| Methods in net.stickycode.metadata that return MetadataResolver | |
|---|---|
MetadataResolver |
MetadataResolverRegistry.is(AnnotatedElement annotatedElement)
return a resolver for the given annotation element that can resolve annotations on the element itself any of the super elements |
MetadataResolver |
MetadataResolverRegistry.is(Class<?> annotatedClass)
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 |
MetadataResolver |
MetadataResolverRegistry.is(Field field)
return a resolver for the given field that can resolve annotations on the field itself annotations on the field |
MetadataResolver |
MetadataResolverRegistry.is(Method method)
return a resolver for the given method that can resolve annotations on the method itself annotations on the method |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||