Package | Description |
---|---|
jadex.xml | |
jadex.xml.bean | |
jadex.xml.writer |
Modifier and Type | Method and Description |
---|---|
static IObjectWriterHandler |
PropertiesXMLHelper.getObjectWriterHandler()
Get the default Java writer.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanObjectWriterHandler
Java bean version for fetching write info for an object.
|
Modifier and Type | Method and Description |
---|---|
static IObjectWriterHandler |
JavaWriter.getObjectHandler()
Get the default Java reader.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
JavaWriter.objectToByteArray(Object val,
ClassLoader classloader,
IObjectWriterHandler handler)
Convert to a byte array.
|
static void |
JavaWriter.objectToOutputStream(Object val,
OutputStream os,
ClassLoader classloader,
IObjectWriterHandler handler)
Write to output stream.
|
static String |
JavaWriter.objectToXML(Object val,
ClassLoader classloader,
IObjectWriterHandler handler)
Convert to a string.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractObjectWriterHandler
Abstract base class for an object writer handler.
|
Modifier and Type | Method and Description |
---|---|
IObjectWriterHandler |
AWriteContext.getHandler()
Get the handler.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
AWriter.objectToByteArray(AWriter writer,
Object val,
ClassLoader classloader,
IObjectWriterHandler handler)
Convert to a byte array.
|
static byte[] |
AWriter.objectToByteArray(AWriter writer,
Object val,
ClassLoader classloader,
Object context,
IObjectWriterHandler handler)
Convert to a byte array.
|
static void |
AWriter.objectToOutputStream(AWriter writer,
Object val,
OutputStream os,
ClassLoader classloader,
Object context,
IObjectWriterHandler handler)
Write to output stream.
|
static String |
AWriter.objectToXML(AWriter writer,
Object val,
ClassLoader classloader,
IObjectWriterHandler handler)
Convert to a string.
|
static String |
AWriter.objectToXML(AWriter writer,
Object val,
ClassLoader classloader,
Object context,
IObjectWriterHandler handler)
Convert to a string.
|
void |
AWriteContext.setHandler(IObjectWriterHandler handler)
Set the handler.
|
void |
Writer.write(IObjectWriterHandler handler,
Object object,
OutputStream out,
ClassLoader classloader,
Object context)
Write the properties to an xml.
|
void |
AWriter.write(IObjectWriterHandler handler,
Object object,
OutputStream out,
ClassLoader classloader,
Object context)
Write the properties to an xml.
|
void |
Writer.write(IObjectWriterHandler handler,
Object object,
String encoding,
OutputStream out,
ClassLoader classloader,
Object context)
Write the properties to an xml.
|
abstract void |
AWriter.write(IObjectWriterHandler handler,
Object object,
String encoding,
OutputStream out,
ClassLoader classloader,
Object context)
Write the properties to an xml.
|
Constructor and Description |
---|
AWriteContext(IObjectWriterHandler handler,
T writer,
Object usercontext,
Object rootobject,
ClassLoader classloader)
Create a new write context.
|
AWriteContext(IObjectWriterHandler handler,
T writer,
Object usercontext,
Object rootobject,
ClassLoader classloader,
Map writtenobs,
List stack,
MultiCollection preprocessors)
Create a new write context.
|
WriteContextDesktop(IObjectWriterHandler handler,
XMLStreamWriter writer,
Object usercontext,
Object rootobject,
ClassLoader classloader)
Create a new write context.
|
WriteContextDesktop(IObjectWriterHandler handler,
XMLStreamWriter writer,
Object usercontext,
Object rootobject,
ClassLoader classloader,
Map writtenobs,
List stack,
MultiCollection preprocessors)
Create a new write context.
|
Copyright © 2013. All Rights Reserved.