| 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 |
|---|---|
TypeBindingStrategy |
IntrospectionConfiguration.getTypeBindingStrategy()
Gets the
TypeBindingStrategy to be used
to determine the binding for Java types. |
| Modifier and Type | Method and Description |
|---|---|
void |
IntrospectionConfiguration.setTypeBindingStrategy(TypeBindingStrategy typeBindingStrategy)
Sets the
TypeBindingStrategy to be used
to determine the binding for Java types. |
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeBindingStrategy.Default
The default
TypeBindingStrategy used by Betwixt. |
| Modifier and Type | Field and Description |
|---|---|
static TypeBindingStrategy |
TypeBindingStrategy.DEFAULT
The default Betwixt
TypeBindingStrategy implementation. |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.