public class BooleanPropertyConverter extends Object
Constructor | Description |
---|---|
BooleanPropertyConverter() |
Modifier and Type | Method | 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-2018 Apache Software Foundation. All Rights Reserved.