| Package | Description |
|---|---|
| org.nuiton.io.xpp3 |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDataConverter
Deprecated.
since 2.0, will be remove in version 2.1
|
| Modifier and Type | Field and Description |
|---|---|
protected DataConverter |
PropertyMapper.type
Deprecated.
the converter from xml to pojo's property type
|
| Modifier and Type | Method and Description |
|---|---|
DataConverter |
PropertyMapper.getType()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractXpp3Reader.addAttributeValueMappers(DataConverter type,
boolean onlyOne,
String... attributeNames)
Deprecated.
|
static void |
TagTextContentToProperty.addMapper(Class<?> containerType,
DataConverter type,
boolean onlyOne,
Map<String,PropertyMapper> allMappers,
String... tagNames)
Deprecated.
|
static void |
AttributeValueToProperty.addMapper(Class<?> containerType,
DataConverter type,
boolean onlyOne,
Map<String,PropertyMapper> allMappers,
String tagName,
String... attributeNames)
Deprecated.
|
protected void |
AbstractXpp3Reader.addTagTextContentMappers(DataConverter type,
boolean onlyOne,
String... tagNames)
Deprecated.
|
| Constructor and Description |
|---|
AttributeValueToProperty(String tagName,
String attributeName,
String propertyName,
Class<?> containerType,
DataConverter type,
boolean onlyOne,
PropertyDescriptor descriptor)
Deprecated.
|
PropertyMapper(String tagName,
String propertyName,
Class<?> containerType,
DataConverter type,
boolean onlyOne,
PropertyDescriptor descriptor)
Deprecated.
|
TagTextContentToProperty(String tagName,
String propertyName,
Class<?> containerType,
DataConverter type,
boolean onlyOne,
PropertyDescriptor descriptor)
Deprecated.
|
Copyright © 2009-2012 CodeLutin. All Rights Reserved.