|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface PropertySeed<T,C,F,M>
Exposes the core information that forms a PropertyInfo
.
Method Summary | |
---|---|
String |
getName()
The name of the property is a spec defined concept --- although it doesn't do so explicitly in anywhere. |
T |
getRawType()
Gets the actual data type of the field. |
Methods inherited from interface com.sun.xml.bind.v2.model.annotation.Locatable |
---|
getLocation, getUpstream |
Methods inherited from interface com.sun.xml.bind.v2.model.annotation.AnnotationSource |
---|
hasAnnotation, readAnnotation |
Method Detail |
---|
String getName()
PropertyInfo.getName()
T getRawType()
The data of the property is stored by using this type.
The difference between the RuntimePropertyInfo.getIndividualType()
and this method is clear when the property is a multi-value property.
The RuntimePropertyInfo.getIndividualType()
method returns the type of the item,
but this method returns the actual collection type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |