com.sun.xml.ws.spi.db
Interface PropertyGetter

All Known Implementing Classes:
FieldGetter, MethodGetter, PropertyGetterBase

public interface PropertyGetter

PropertyGetter


Method Summary
 java.lang.Object get(java.lang.Object instance)
           
<A> A
getAnnotation(java.lang.Class<A> annotationType)
           
 java.lang.Class getType()
           
 

Method Detail

getType

java.lang.Class getType()

getAnnotation

<A> A getAnnotation(java.lang.Class<A> annotationType)

get

java.lang.Object get(java.lang.Object instance)


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.