|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArrayConverter
to convert
a primitive array into an array holding the same data
where each element is converted into its boxed type.
Collection
(or array) of Objects. SourceExporter
and add
a custom marshaller.object
is an array.
SourceExporter.export(Object, String)
(since static methods cannot be overridden, only hidden).
object
to a Java source file with the
given filename
.
object
into the given
classSource
, adding new methods to the
classSource
as required and returning
a String
that will be put inside a setter call
or used in a return.
ChainOfResponsibility
to see if it
can marshal the given object
, and passes on the request
to marshal it to that marshaller.
ChainOfResponsibility.marshal(String, String, String, String, String, Object, MarshallingContext)
.
ChainOfResponsibility
to see if it
can marshal the given object
, and passes on the request
to marshal it to that marshaller.
Method
objects by their names.
SourceMarshaller.createMethodSource(MarshallingContext, Object, String, String)
to return more than one thing. null
object. ChainOfResponsibility
and exports (or "marshalls")
objects to source code using it (this class is the main class in the
SourceExporter package).String
to source code, handling any backslash
escapes and quoting.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |