public interface MetadataReader
Modifier and Type | Method and Description |
---|---|
<A extends Annotation> |
getAnnotation(Class<A> annType,
Class<?> cls) |
<A extends Annotation> |
getAnnotation(Class<A> annType,
Method m) |
Annotation[] |
getAnnotations(Class<?> c) |
Annotation[] |
getAnnotations(Method m) |
Annotation[][] |
getParameterAnnotations(Method method) |
void |
getProperties(Map<String,Object> prop,
Class<?> cls) |
void |
getProperties(Map<String,Object> prop,
Method method) |
void |
getProperties(Map<String,Object> prop,
Method method,
int pos) |
Annotation[] getAnnotations(Method m)
Annotation[][] getParameterAnnotations(Method method)
<A extends Annotation> A getAnnotation(Class<A> annType, Method m)
<A extends Annotation> A getAnnotation(Class<A> annType, Class<?> cls)
Annotation[] getAnnotations(Class<?> c)
Copyright © 2015 Oracle Corporation. All rights reserved.