Package com.sun.xml.ws.api.databinding
Interface MetadataReader
- All Known Implementing Classes:
ExternalMetadataReader,ReflectAnnotationReader
public interface MetadataReader
MetadataReader
- Author:
- shih-chang.chen@oracle.com
-
Method Summary
Modifier and TypeMethodDescription<A extends Annotation>
AgetAnnotation(Class<A> annType, Class<?> cls) <A extends Annotation>
AgetAnnotation(Class<A> annType, Method m) getAnnotations(Class<?> c) Annotation[][]getParameterAnnotations(Method method) voidgetProperties(Map<String, Object> prop, Class<?> cls) voidgetProperties(Map<String, Object> prop, Method method) voidgetProperties(Map<String, Object> prop, Method method, int pos)
-
Method Details
-
getAnnotations
-
getParameterAnnotations
-
getAnnotation
-
getAnnotation
-
getAnnotations
-
getProperties
-
getProperties
-
getProperties
-