Method and Description |
---|
org.apache.commons.betwixt.XMLIntrospector.flushCache()
use flushable registry instead
|
org.apache.commons.betwixt.XMLIntrospector.getNameMapper()
getNameMapper is split up in
XMLIntrospector.getElementNameMapper() and XMLIntrospector.getAttributeNameMapper() |
org.apache.commons.betwixt.XMLIntrospector.isCachingEnabled()
replaced by XMlBeanInfoRegistry
|
org.apache.commons.betwixt.XMLIntrospector.setCachingEnabled(boolean)
replaced by XMlBeanInfoRegistry
|
org.apache.commons.betwixt.XMLIntrospector.setNameMapper(NameMapper)
setNameMapper is split up in
XMLIntrospector.setElementNameMapper(NameMapper) and XMLIntrospector.setAttributeNameMapper(NameMapper) |