com.sun.xml.ws.api.databinding
Interface MetadataReader
- All Known Implementing Classes:
- ExternalMetadataReader, ReflectAnnotationReader
public interface MetadataReader
MetadataReader
- Author:
- shih-chang.chen@oracle.com
getAnnotations
Annotation[] getAnnotations(Method m)
getParameterAnnotations
Annotation[][] getParameterAnnotations(Method method)
getAnnotation
<A extends Annotation> A getAnnotation(Class<A> annType,
Method m)
getAnnotation
<A extends Annotation> A getAnnotation(Class<A> annType,
Class<?> cls)
getAnnotations
Annotation[] getAnnotations(Class<?> c)
getProperties
void getProperties(Map<String,Object> prop,
Class<?> cls)
getProperties
void getProperties(Map<String,Object> prop,
Method method)
getProperties
void getProperties(Map<String,Object> prop,
Method method,
int pos)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.