Package com.sun.xml.ws.model
Class ReflectAnnotationReader
java.lang.Object
com.sun.xml.ws.model.ReflectAnnotationReader
- All Implemented Interfaces:
MetadataReader
- Direct Known Subclasses:
ExternalMetadataReader
ReflectAnnotationReader
- Author:
- shih-chang.chen@oracle.com
-
Constructor Summary
Constructors -
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<?> cls) 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)
-
Constructor Details
-
ReflectAnnotationReader
public ReflectAnnotationReader()
-
-
Method Details
-
getAnnotations
- Specified by:
getAnnotationsin interfaceMetadataReader
-
getParameterAnnotations
- Specified by:
getParameterAnnotationsin interfaceMetadataReader
-
getAnnotation
- Specified by:
getAnnotationin interfaceMetadataReader
-
getAnnotation
- Specified by:
getAnnotationin interfaceMetadataReader
-
getAnnotations
- Specified by:
getAnnotationsin interfaceMetadataReader
-
getProperties
- Specified by:
getPropertiesin interfaceMetadataReader
-
getProperties
- Specified by:
getPropertiesin interfaceMetadataReader
-
getProperties
- Specified by:
getPropertiesin interfaceMetadataReader
-