Uses of Interface
org.nuiton.io.xpp3.Xpp3Reader

Packages that use Xpp3Reader
org.nuiton.io.xpp3   
 

Uses of Xpp3Reader in org.nuiton.io.xpp3
 

Classes in org.nuiton.io.xpp3 that implement Xpp3Reader
 class AbstractXpp3Reader<O>
          An abstract xpp3Reader based on PropertyMapper to set properties of the objects to build.
 

Fields in org.nuiton.io.xpp3 with type parameters of type Xpp3Reader
protected static Map<Class<?>,Xpp3Reader<?>> Xpp3Helper.readers
          les readers enregistres via un ServiceLoader sur le contrat Xpp3Reader.
 

Methods in org.nuiton.io.xpp3 that return Xpp3Reader
static
<T> Xpp3Reader<T>
Xpp3Helper.getReader(Class<T> klass)
          Obtain the loaded reader which match his getType() with the given type.
 

Methods in org.nuiton.io.xpp3 that return types with arguments of type Xpp3Reader
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()).
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.