org.metastopheles
Class PropertyMetaData
java.lang.Object
org.metastopheles.MetaDataObject
org.metastopheles.PropertyMetaData
- All Implemented Interfaces:
- Serializable
public class PropertyMetaData
- extends MetaDataObject
- Since:
- 1.0
- Author:
- James Carman
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getBeanMetaData
public BeanMetaData getBeanMetaData()
getPropertyDescriptor
public PropertyDescriptor getPropertyDescriptor()
- Returns the property descriptor
- Returns:
- the property descriptor
getDefaultAnnotationSource
protected AnnotatedElement getDefaultAnnotationSource()
- The default annotation source for a property is its getter method.
- Specified by:
getDefaultAnnotationSource
in class MetaDataObject
- Returns:
- the property's getter method
writeReplace
protected Object writeReplace()
Copyright © 2011. All Rights Reserved.