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 |
---|---|
AttributeSuppressionStrategy |
IntrospectionConfiguration.getAttributeSuppressionStrategy()
Returns the
AttributeSuppressionStrategy . |
Modifier and Type | Method and Description |
---|---|
void |
IntrospectionConfiguration.setAttributeSuppressionStrategy(AttributeSuppressionStrategy attributeSuppressionStrategy)
Sets the
AttributeSuppressionStrategy . |
Modifier and Type | Field and Description |
---|---|
static AttributeSuppressionStrategy |
AttributeSuppressionStrategy.DEFAULT
Default strategy: show all attributes.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.