|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--ca.quine.jcommons.sourceexporter.SourceMarshaller
|
+--ca.quine.jcommons.sourceexporter.CollectionMarshaller
|
+--ca.quine.jcommons.sourceexporter.SetMarshaller
Marshals a Set into source code.
| Constructor Summary | |
SetMarshaller()
|
|
| Method Summary | |
protected void |
addItemsToReturnValue(ChainOfResponsibility chainOfResponsibility,
MarshallingContext context,
ClassSource classSource,
Object object,
ArrayList codeLines)
|
boolean |
doesMarshal(Object object)
|
| Methods inherited from class ca.quine.jcommons.sourceexporter.CollectionMarshaller |
arrayDimension, arrayType, convertClassToInitializer, convertTypeToSimpleType, convertTypeToSourceCodeType, initialCap, marshal |
| Methods inherited from class ca.quine.jcommons.sourceexporter.SourceMarshaller |
createMethodSource, marshal |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SetMarshaller()
| Method Detail |
public boolean doesMarshal(Object object)
doesMarshal in class CollectionMarshaller
protected void addItemsToReturnValue(ChainOfResponsibility chainOfResponsibility,
MarshallingContext context,
ClassSource classSource,
Object object,
ArrayList codeLines)
throws IOException,
IllegalAccessException,
InvocationTargetException,
ClassNotFoundException,
InstantiationException
addItemsToReturnValue in class CollectionMarshallerIOException
IllegalAccessException
InvocationTargetException
ClassNotFoundException
InstantiationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||