| 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 |
|---|---|
ElementSuppressionStrategy |
IntrospectionConfiguration.getElementSuppressionStrategy()
Returns the
ElementSuppressionStrategy. |
| Modifier and Type | Method and Description |
|---|---|
void |
IntrospectionConfiguration.setElementSuppressionStrategy(ElementSuppressionStrategy elementSuppressionStrategy)
Sets the
ElementSuppressionStrategy. |
| Modifier and Type | Field and Description |
|---|---|
static ElementSuppressionStrategy |
ElementSuppressionStrategy.DEFAULT
Default strategy: show all elements.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.