|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ofx4j.io.AggregateUnmarshaller<A>
public class AggregateUnmarshaller<A>
Unmarshaller for aggregate objects.
Constructor Summary | |
---|---|
AggregateUnmarshaller(java.lang.Class<A> clazz)
|
Method Summary | |
---|---|
StringConversion |
getConversion()
The conversion. |
protected OFXReader |
newReader()
New OFX reader. |
void |
setConversion(StringConversion conversion)
The conversion. |
A |
unmarshal(java.io.InputStream stream)
|
A |
unmarshal(java.io.Reader reader)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregateUnmarshaller(java.lang.Class<A> clazz)
Method Detail |
---|
public A unmarshal(java.io.InputStream stream) throws java.io.IOException, OFXParseException
java.io.IOException
OFXParseException
public A unmarshal(java.io.Reader reader) throws java.io.IOException, OFXParseException
java.io.IOException
OFXParseException
protected OFXReader newReader()
public StringConversion getConversion()
public void setConversion(StringConversion conversion)
conversion
- The conversion.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |