Package org.apache.johnzon.mapper.access
Class Meta
java.lang.Object
org.apache.johnzon.mapper.access.Meta
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Annotation>
TfindMeta(Annotation[] annotations, Class<T> api) static <T extends Annotation>
TgetAnnotation(Class<?> clazz, Class<T> api) static <T extends Annotation>
TgetAnnotation(Package pck, Class<T> api) static <T extends Annotation>
TgetAnnotation(AnnotatedElement holder, Class<T> api) static <T extends Annotation>
TgetClassOrPackageAnnotation(Field holder, Class<T> api) static <T extends Annotation>
TgetClassOrPackageAnnotation(Method holder, Class<T> api)
-
Method Details
-
getAnnotation
-
getClassOrPackageAnnotation
-
getClassOrPackageAnnotation
-
getAnnotation
-
getAnnotation
-
findMeta
-