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

All Known Implementing Classes:
FieldGetter, MethodGetter, PropertyGetterBase

public interface PropertyGetter

PropertyGetter


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

Method Detail

getType

Class getType()

getAnnotation

<A> A getAnnotation(Class<A> annotationType)

get

Object get(Object instance)


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