| Package | Description |
|---|---|
| org.nuiton.jredmine.model.io.xpp3.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeValueToProperty
Property mapper from a attribute content.
|
class |
TagContentToProperty<O>
Property mapper from a tag content to an object.
|
class |
TagTextContentToProperty
Property mapp from a tag text content.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,PropertyMapper> |
AbstractXpp3Reader.allMappers
the univers of mappers availables, initialized in
AbstractXpp3Reader.initMappers(). |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyMapper> |
AbstractXpp3Reader.getMappers(Class<?> srcType)
Obtain all mappers for a given type.
|
Map<String,PropertyMapper> |
AbstractXpp3Reader.getMappers(Class<?> srcType,
String tagName)
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) |
static void |
TagTextContentToProperty.addMapper(Class<?> containerType,
DataConverter type,
boolean onlyOne,
Map<String,PropertyMapper> allMappers,
String... tagNames) |
static void |
AttributeValueToProperty.addMapper(Class<?> containerType,
DataConverter type,
boolean onlyOne,
Map<String,PropertyMapper> allMappers,
String tagName,
String... attributeNames) |
protected void |
PropertyMapper.registerMapper(Map<String,PropertyMapper> allMappers,
Class<?> containerType,
String tagName,
String attributeName) |
Copyright © 2009–2014 CodeLutin. All rights reserved.