org.metastopheles
Class PropertyMetaData

java.lang.Object
  extended by org.metastopheles.MetaDataObject
      extended by org.metastopheles.PropertyMetaData
All Implemented Interfaces:
Serializable

public class PropertyMetaData
extends MetaDataObject

Since:
1.0
Author:
James Carman
See Also:
Serialized Form

Method Summary
 BeanMetaData getBeanMetaData()
           
protected  AnnotatedElement getDefaultAnnotationSource()
          The default annotation source for a property is its getter method.
 PropertyDescriptor getPropertyDescriptor()
          Returns the property descriptor
protected  Object writeReplace()
           
 
Methods inherited from class org.metastopheles.MetaDataObject
getAnnotation, getFacet, getFacetKeys, setFacet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.