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 behaviour.of the XMLIntrospector
|
Modifier and Type | Field and Description |
---|---|
private PluralStemmer |
XMLIntrospector.pluralStemmer
The strategy used to detect matching singular and plural properties
|
Modifier and Type | Method and Description |
---|---|
protected PluralStemmer |
XMLIntrospector.createPluralStemmer()
A Factory method to lazily create a new strategy
to detect matching singular and plural properties.
|
PluralStemmer |
XMLIntrospector.getPluralStemmer()
Get singular and plural matching strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLIntrospector.setPluralStemmer(PluralStemmer pluralStemmer)
Sets the strategy used to detect matching singular and plural properties
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPluralStemmer
A default implementation of the plural name stemmer which
tests for some common english plural/singular patterns and
then uses a simple starts-with algorithm
|