| Package | Description |
|---|---|
| org.nuiton.io.xpp3 |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeValueToProperty
Deprecated.
since 2.0, will be remove in version 2.1
|
class |
TagContentToProperty<O>
Deprecated.
since 2.0, will be remove in version 2.1
|
class |
TagTextContentToProperty
Deprecated.
since 2.0, will be remove in version 2.1
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,PropertyMapper> |
AbstractXpp3Reader.allMappers
Deprecated.
the univers of mappers availables, initialized in
AbstractXpp3Reader.initMappers(). |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyMapper> |
AbstractXpp3Reader.getMappers(Class<?> srcType)
Deprecated.
Obtain all mappers for a given type.
|
Map<String,PropertyMapper> |
AbstractXpp3Reader.getMappers(Class<?> srcType,
String tagName)
Deprecated.
Obtain all mappers for a given type.
|
| Modifier and Type | Method and Description |
|---|---|
static <O> void |
TagContentToProperty.addMapper(Class<?> containerType,
Class<O> type,
boolean onlyOne,
Map<String,PropertyMapper> allMappers,
String tagName,
Xpp3Reader<O> reader,
boolean multiple)
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 |
PropertyMapper.registerMapper(Map<String,PropertyMapper> allMappers,
Class<?> containerType,
String tagName,
String attributeName)
Deprecated.
|
Copyright © 2009-2012 CodeLutin. All Rights Reserved.