public class BooleanPropertyConverter extends Object
Constructor and Description |
---|
BooleanPropertyConverter() |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(Class arg0) |
static String |
getVersion()
Returns the converter version; used to check for possible
incompatibilities
|
void |
marshal(Object obj,
HierarchicalStreamWriter writer,
MarshallingContext arg2) |
Object |
unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context) |
public static String getVersion()
public boolean canConvert(Class arg0)
public void marshal(Object obj, HierarchicalStreamWriter writer, MarshallingContext arg2)
public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.