com.sun.xml.bind.v2.model.impl

Class RuntimeClassInfoImpl.RuntimePropertySeed

static final class RuntimeClassInfoImpl.RuntimePropertySeed extends Object implements PropertySeed<Type,Class,Field,Method>

Constructor Summary
RuntimePropertySeed(PropertySeed<Type,Class,Field,Method> core, Accessor acc)
Method Summary
AccessorgetAccessor()
LocationgetLocation()
StringgetName()
TypegetRawType()
LocatablegetUpstream()
booleanhasAnnotation(Class<? extends Annotation> annotationType)
<A extends Annotation> AreadAnnotation(Class<A> annotationType)

Constructor Detail

RuntimePropertySeed

public RuntimePropertySeed(PropertySeed<Type,Class,Field,Method> core, Accessor acc)

Method Detail

getAccessor

public Accessor getAccessor()

getLocation

public Location getLocation()

getName

public String getName()

getRawType

public Type getRawType()

getUpstream

public Locatable getUpstream()

hasAnnotation

public boolean hasAnnotation(Class<? extends Annotation> annotationType)

readAnnotation

public <A extends Annotation> A readAnnotation(Class<A> annotationType)