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 SimpleTypeMapper.Binding |
SimpleTypeMapper.Binding.ATTRIBUTE |
static SimpleTypeMapper.Binding |
SimpleTypeMapper.Binding.ELEMENT |
Modifier and Type | Method and Description |
---|---|
abstract SimpleTypeMapper.Binding |
SimpleTypeMapper.bind(String propertyName,
Class propertyType,
IntrospectionConfiguration configuration)
Specifies the binding of a simple type.
|
SimpleTypeMapper.Binding |
StandardSimpleTypeMapper.bind(String propertyName,
Class propertyType,
IntrospectionConfiguration configuration)
Implementation binds as per configuration
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.