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.
|
org.apache.commons.betwixt.strategy.impl |
Modifier and Type | Method and Description |
---|---|
CollectiveTypeStrategy |
IntrospectionConfiguration.getCollectiveTypeStrategy()
Gets the strategy used to determine which types are collective.
|
Modifier and Type | Method and Description |
---|---|
void |
IntrospectionConfiguration.setCollectiveTypeStrategy(CollectiveTypeStrategy collectiveTypeStrategy)
Sets the strategy used to determine which types are collective.
|
Modifier and Type | Class and Description |
---|---|
static class |
CollectiveTypeStrategy.Default
Default collective type strategy
|
Modifier and Type | Field and Description |
---|---|
static CollectiveTypeStrategy |
CollectiveTypeStrategy.DEFAULT
Default collective type strategy
|
Modifier and Type | Class and Description |
---|---|
class |
OverrideCollectiveTypeStategy
Strategy that allows specific classes to be marked as
collective (
OverrideCollectiveTypeStategy.overrideCollective(Class) )
or not collective (OverrideCollectiveTypeStategy.overrideNotCollective(Class) ). |
Constructor and Description |
---|
OverrideCollectiveTypeStategy(CollectiveTypeStrategy delegate)
Constructs a strategy which delegates all those that it does not override.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.