|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassNormalizer | |
---|---|
org.apache.commons.betwixt | This package contains the main betwixt introspection code. |
org.apache.commons.betwixt.strategy | This package contains a variety of plugin Strategy patterns that can be used to customize the default behaviours. |
Uses of ClassNormalizer in org.apache.commons.betwixt |
---|
Methods in org.apache.commons.betwixt that return ClassNormalizer | |
---|---|
ClassNormalizer |
XMLIntrospector.getClassNormalizer()
Deprecated. 0.6 use getConfiguration().getClassNormalizer |
ClassNormalizer |
IntrospectionConfiguration.getClassNormalizer()
Gets the ClassNormalizer strategy. |
Methods in org.apache.commons.betwixt with parameters of type ClassNormalizer | |
---|---|
void |
XMLIntrospector.setClassNormalizer(ClassNormalizer classNormalizer)
Deprecated. 0.6 use getConfiguration().setClassNormalizer |
void |
IntrospectionConfiguration.setClassNormalizer(ClassNormalizer classNormalizer)
Sets the ClassNormalizer strategy. |
Uses of ClassNormalizer in org.apache.commons.betwixt.strategy |
---|
Subclasses of ClassNormalizer in org.apache.commons.betwixt.strategy | |
---|---|
class |
ListedClassNormalizer
ClassNormalizer that uses a list of substitutions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |