public class ExternalMetadataReader extends ReflectAnnotationReader
| Constructor and Description |
|---|
ExternalMetadataReader(Collection<File> files,
Collection<String> resourcePaths,
ClassLoader classLoader,
boolean xsdValidation,
boolean disableXmlSecurity) |
| 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 m) |
void |
getProperties(Map<String,Object> prop,
Class<?> cls) |
void |
getProperties(Map<String,Object> prop,
Method m) |
void |
getProperties(Map<String,Object> prop,
Method m,
int pos) |
public ExternalMetadataReader(Collection<File> files, Collection<String> resourcePaths, ClassLoader classLoader, boolean xsdValidation, boolean disableXmlSecurity)
public <A extends Annotation> A getAnnotation(Class<A> annType, Class<?> cls)
getAnnotation in interface MetadataReadergetAnnotation in class ReflectAnnotationReaderpublic Annotation[] getAnnotations(Class<?> c)
getAnnotations in interface MetadataReadergetAnnotations in class ReflectAnnotationReaderpublic Annotation[] getAnnotations(Method m)
getAnnotations in interface MetadataReadergetAnnotations in class ReflectAnnotationReaderpublic <A extends Annotation> A getAnnotation(Class<A> annType, Method m)
getAnnotation in interface MetadataReadergetAnnotation in class ReflectAnnotationReaderpublic Annotation[][] getParameterAnnotations(Method m)
getParameterAnnotations in interface MetadataReadergetParameterAnnotations in class ReflectAnnotationReaderpublic void getProperties(Map<String,Object> prop, Class<?> cls)
getProperties in interface MetadataReadergetProperties in class ReflectAnnotationReaderpublic void getProperties(Map<String,Object> prop, Method m)
getProperties in interface MetadataReadergetProperties in class ReflectAnnotationReaderpublic void getProperties(Map<String,Object> prop, Method m, int pos)
getProperties in interface MetadataReadergetProperties in class ReflectAnnotationReaderCopyright © 2015 Oracle Corporation. All rights reserved.