java.lang.Object | |
↳ | com.thoughtworks.xstream.converters.extended.PropertyEditorCapableConverter |
A SingleValueConverter that can utilize a PropertyEditor implementation used for a specific type. The converter ensures that the editors can be used concurrently.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Determines whether the converter can marshall a particular type.
| |||||||||||
Unmarshals an Object from its single value representation.
| |||||||||||
Marshals an Object into a single value representation.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Determines whether the converter can marshall a particular type.
type | the Class representing the object type to be converted |
---|
Unmarshals an Object from its single value representation.
str | the String with the single value of the Object |
---|
Marshals an Object into a single value representation.
obj | the Object to be converted |
---|
null