Package | Description |
---|---|
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 | Field and Description |
---|---|
static TypeBindingStrategy.BindingType |
TypeBindingStrategy.BindingType.COMPLEX
Indicates that the java type should be bound to a complex xml type.
|
static TypeBindingStrategy.BindingType |
TypeBindingStrategy.BindingType.PRIMITIVE
Indicates that the type should be bound as a Java primitive.
|
Modifier and Type | Method and Description |
---|---|
abstract TypeBindingStrategy.BindingType |
TypeBindingStrategy.bindingType(Class type)
Gets the binding type to be used for the given Java type.
|
TypeBindingStrategy.BindingType |
TypeBindingStrategy.Default.bindingType(Class type)
Gets the binding type to be used for the given Java type.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.