|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdom.contrib.beans.StringConverter
public class StringConverter
Converts a String into a given object type.
Nested Class Summary | |
---|---|
static class |
StringConverter.DateFactory
|
static interface |
StringConverter.Factory
|
Field Summary | |
---|---|
protected static java.lang.Class[] |
argString
|
protected java.util.Map |
factories
|
Constructor Summary | |
---|---|
StringConverter()
|
Method Summary | |
---|---|
java.lang.Object |
parse(java.lang.String string,
java.lang.Class type)
|
void |
setFactory(java.lang.Class type,
StringConverter.Factory factory)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Map factories
protected static java.lang.Class[] argString
Constructor Detail |
---|
public StringConverter()
Method Detail |
---|
public void setFactory(java.lang.Class type, StringConverter.Factory factory)
public java.lang.Object parse(java.lang.String string, java.lang.Class type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |