| Package | Description |
|---|---|
| org.nuiton.jredmine.model.io.xpp3 | |
| org.nuiton.jredmine.model.io.xpp3.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentXpp3Reader
Attachment reader. |
class |
IssueCategoryXpp3Reader
Issue reader. |
class |
IssuePriorityXpp3Reader
Issue reader. |
class |
IssueStatusXpp3Reader
Issue reader. |
class |
IssueXpp3Reader
Issue reader. |
class |
NewsXpp3Reader |
class |
ProjectXpp3Reader
Project reader. |
class |
TimeEntryXpp3Reader
Created: 31 déc.
|
class |
TrackerXpp3Reader
Tracker reader. |
class |
UserXpp3Reader
User reader. |
class |
VersionXpp3Reader
Version reader. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXpp3Reader<O>
An abstract xpp3Reader based on
PropertyMapper to set properties of
the objects to build. |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<Class<?>,Xpp3Reader<?>> |
Xpp3Helper.readers
les readers enregistres via un
ServiceLoader
sur le contrat Xpp3Reader. |
| Modifier and Type | Method and Description |
|---|---|
static <T> Xpp3Reader<T> |
Xpp3Helper.getReader(Class<T> klass)
Obtain the loaded reader which match his
getType()
with the given type. |
| Modifier and Type | Method and Description |
|---|---|
static Iterator<Xpp3Reader<?>> |
Xpp3Helper.getReaderItetator() |
protected static Map<Class<?>,Xpp3Reader<?>> |
Xpp3Helper.getReaders()
Load (if
Xpp3Helper.readers is null the readers via a
ServiceLoader of contract Xpp3Reader and returns
the dictionnary of discovered associated to their type
(getType()). |
| 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) |
protected <O> void |
AbstractXpp3Reader.addTagContentMapper(Class<O> type,
boolean onlyOne,
Xpp3Reader<O> reader) |
protected <O> void |
AbstractXpp3Reader.addTagContentsMapper(Class<O> type,
boolean onlyOne,
Xpp3Reader<O> reader) |
| Constructor and Description |
|---|
TagContentToProperty(String tagName,
String propertyName,
Class<?> containerType,
Class<O> type,
boolean onlyOne,
PropertyDescriptor descriptor,
Xpp3Reader<O> reader,
boolean multiple) |
Copyright © 2009–2016 CodeLutin. All rights reserved.