@Named public class MarshallerImpl extends Object implements Marshaller
INSTANCE| Constructor and Description |
|---|
MarshallerImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
marshall(Object value)
Marshalls value to required type
Boolean, String and Number values marshalled "as is" to skip quoting
|
Object |
marshall(Object value,
Class type)
Marshalls value to required type
Boolean, String and Number values marshalled "as is" to skip quoting
|
Object |
marshall(Object value,
String type)
Marshalls value to required type
Boolean, String and Number values marshalled "as is" to skip quoting
|
protected boolean |
marshallTypeAsIs(Class type)
type is marshalled "as is" to skip quoting
|
public Object marshall(Object value, String type)
marshall in interface Marshallervalue - type - protected boolean marshallTypeAsIs(Class type)
type - public Object marshall(Object value, Class type)
Marshallermarshall in interface Marshallerpublic Object marshall(Object value)
Marshallermarshall in interface MarshallerCopyright © 2020. All rights reserved.