| Package | Description |
|---|---|
| org.nuiton.jredmine.model.io.xpp3 | |
| org.nuiton.jredmine.model.io.xpp3.api |
| Modifier and Type | Class and Description |
|---|---|
class |
RedmineDataConverter
A enumaration to convert some data from a string representation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDataConverter
A enumaration to convert some data from a string representation.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataConverter |
PropertyMapper.type
the converter from xml to pojo's property type
|
| Modifier and Type | Method and Description |
|---|---|
DataConverter |
PropertyMapper.getType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractXpp3Reader.addAttributeValueMappers(DataConverter type,
boolean onlyOne,
String... attributeNames) |
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 |
AbstractXpp3Reader.addTagTextContentMappers(DataConverter type,
boolean onlyOne,
String... tagNames) |
| Constructor and Description |
|---|
AttributeValueToProperty(String tagName,
String attributeName,
String propertyName,
Class<?> containerType,
DataConverter type,
boolean onlyOne,
PropertyDescriptor descriptor) |
PropertyMapper(String tagName,
String propertyName,
Class<?> containerType,
DataConverter type,
boolean onlyOne,
PropertyDescriptor descriptor) |
TagTextContentToProperty(String tagName,
String propertyName,
Class<?> containerType,
DataConverter type,
boolean onlyOne,
PropertyDescriptor descriptor) |
Copyright © 2009–2014 CodeLutin. All rights reserved.