public abstract class Marshall
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Marshall |
BOOLEAN |
static Marshall |
BYTE |
static Marshall |
CHARACTER |
static Marshall |
DOUBLE |
static Marshall |
FLOAT |
static Marshall |
INTEGER |
static Marshall |
LONG |
static Marshall |
OBJECT |
static Marshall |
SHORT |
static Marshall |
STRING |
Constructor and Description |
---|
Marshall() |
Modifier and Type | Method and Description |
---|---|
static Marshall |
create(java.lang.Class<?> type) |
abstract java.lang.Object |
marshall(Expr expr,
ELContext env) |
public static final Marshall BOOLEAN
public static final Marshall BYTE
public static final Marshall SHORT
public static final Marshall INTEGER
public static final Marshall LONG
public static final Marshall FLOAT
public static final Marshall DOUBLE
public static final Marshall STRING
public static final Marshall CHARACTER
public static final Marshall OBJECT
public static Marshall create(java.lang.Class<?> type)
public abstract java.lang.Object marshall(Expr expr, ELContext env) throws ELException
ELException