Uses of Interface
org.pojomatic.PropertyElement

Packages that use PropertyElement
org.pojomatic.formatter   
org.pojomatic.internal The classes in this package are intended for internal use only. 
 

Uses of PropertyElement in org.pojomatic.formatter
 

Methods in org.pojomatic.formatter with parameters of type PropertyElement
 java.lang.String PojoFormatter.getPropertyPrefix(PropertyElement property)
          Get the String prefix for a given PropertyElement.
 java.lang.String DefaultPojoFormatter.getPropertyPrefix(PropertyElement property)
           
 java.lang.String PojoFormatter.getPropertySuffix(PropertyElement property)
          Get the String suffix for a given PropertyElement.
 java.lang.String DefaultPojoFormatter.getPropertySuffix(PropertyElement property)
           
 

Uses of PropertyElement in org.pojomatic.internal
 

Classes in org.pojomatic.internal that implement PropertyElement
 class AbstractPropertyElement<E extends AccessibleObject & Member>
           
 class PropertyAccessor
           
 class PropertyField
           
 

Methods in org.pojomatic.internal that return types with arguments of type PropertyElement
 java.util.Collection<PropertyElement> ClassProperties.getEqualsProperties()
          Gets the properties to use for PojomatorImpl.doEquals(Object, Object).
 java.util.Collection<PropertyElement> ClassProperties.getHashCodeProperties()
          Gets the properties to use for PojomatorImpl.doHashCode(Object).
 java.util.Collection<PropertyElement> ClassProperties.getToStringProperties()
          Gets the properties to use for PojomatorImpl.doToString(Object).
 



Copyright © 2008-2009. All Rights Reserved.