Generated by
JDiff

Class org.apache.commons.betwixt.XMLIntrospector

Added Constructors
XMLIntrospector(IntrospectionConfiguration) Construct allows a custom configuration to be set on construction.
 

Added Methods
void defaultAddMethods(ElementDescriptor, Class) Add any addPropety(PropertyType) methods as Updaters which are often used for 1-N relationships in beans.
IntrospectionConfiguration getConfiguration() Gets the configuration to be used for introspection.
void setConfiguration(IntrospectionConfiguration) Sets the configuration to be used for introspection.
 

Changed Methods
NameMapper createNameMapper() Now deprecated.
this method has been moved into IntrospectionConfiguration.
PluralStemmer createPluralStemmer() Now deprecated.
this method has been moved into IntrospectionConfiguration.
NameMapper getAttributeNameMapper() Now deprecated.
getConfiguration().getAttributeNameMapper
ClassNormalizer getClassNormalizer() Now deprecated.
use getConfiguration().getClassNormalizer
NameMapper getElementNameMapper() Now deprecated.
use getConfiguration().getElementNameMapper
PluralStemmer getPluralStemmer() Now deprecated.
use getConfiguration().getPluralStemmer
boolean isAttributesForPrimitives() Now deprecated.
use getConfiguration().isAttributesForPrimitives
boolean isWrapCollectionsInElement() Now deprecated.
use getConfiguration().isWrapCollectionsInElement
void setAttributeNameMapper(NameMapper) Now deprecated.
use getConfiguration().setAttributeNameMapper
void setAttributesForPrimitives(boolean) Now deprecated.
use getConfiguration().setAttributesForPrimitives
void setClassNormalizer(ClassNormalizer) Now deprecated.
use getConfiguration().setClassNormalizer
void setElementNameMapper(NameMapper) Now deprecated.
use getConfiguration().setElementNameMapper
void setPluralStemmer(PluralStemmer) Now deprecated.
use getConfiguration().setPluralStemmer
void setUseBeanInfoSearchPath(boolean) Now deprecated.
use getConfiguration().setUseBeanInfoSearchPath
void setWrapCollectionsInElement(boolean) Now deprecated.
use getConfiguration().setWrapCollectionsInElement
boolean useBeanInfoSearchPath() Now deprecated.
use getConfiguration().useBeanInfoSearchPath
 

Changed Fields
Log log Now deprecated.
use the {@link #getLog()} property instead