Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ClassNormalizer |
XMLIntrospector.getClassNormalizer()
Deprecated.
0.6 use getConfiguration().getClassNormalizer
|
ClassNormalizer |
IntrospectionConfiguration.getClassNormalizer()
Gets the
ClassNormalizer strategy. |
Modifier and Type | Method and Description |
---|---|
void |
XMLIntrospector.setClassNormalizer(ClassNormalizer classNormalizer)
Deprecated.
0.6 use getConfiguration().setClassNormalizer
|
void |
IntrospectionConfiguration.setClassNormalizer(ClassNormalizer classNormalizer)
Sets the
ClassNormalizer strategy. |
Modifier and Type | Class and Description |
---|---|
class |
ListedClassNormalizer
ClassNormalizer that uses a list of substitutions.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.