|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freecompany.infoset.InfosetFactory.Registry
public static class InfosetFactory.Registry
Field Summary | |
---|---|
static java.util.Map<java.lang.Class<?>,InfosetFactory<?>> |
map
|
Constructor Summary | |
---|---|
InfosetFactory.Registry()
|
Method Summary | ||
---|---|---|
static
|
lookup(java.lang.Class<V> clazz)
|
|
static
|
reg(java.lang.Class<V> clazz,
InfosetFactory<V> factory)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.util.Map<java.lang.Class<?>,InfosetFactory<?>> map
Constructor Detail |
---|
public InfosetFactory.Registry()
Method Detail |
---|
public static <V> void reg(java.lang.Class<V> clazz, InfosetFactory<V> factory)
public static <V> InfosetFactory<V> lookup(java.lang.Class<V> clazz)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |