public class GroovyBeanMarshaller extends IncludeExcludePropertyMarshaller<XML>
| Constructor and Description |
|---|
GroovyBeanMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
marshalObject(java.lang.Object o,
XML xml)
Performs the conversion
|
boolean |
supports(java.lang.Object object)
Checks wheter the ObjectMarshaller is able/intended to support the given Object
|
excludesProperty, includesProperty, shouldIncludepublic boolean supports(java.lang.Object object)
ObjectMarshallerobject - the object which is about getting convertedtrue if the marshaller can/should perform the marshalling, false otherwisepublic void marshalObject(java.lang.Object o,
XML xml)
throws ConverterException
ObjectMarshallero - the object which is about getting convertedxml - the Converter to useConverterException - on failure