public class UUIDConverter extends java.lang.Object implements ITypeConverter
Constructor and Description |
---|
UUIDConverter() |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvertFrom(java.lang.Class<?> sourceType)
Returns whether this converter can convert an object of the given type to the type of this converter.
|
java.lang.String |
convertFrom(java.lang.String tag,
java.lang.Object value,
boolean allowNull)
Converts the given object to the type of this converter.
|
java.lang.Object |
convertTo(java.lang.String value)
Converts the given value object to the specified type, using the specified context and culture information.
|
public boolean canConvertFrom(java.lang.Class<?> sourceType)
ITypeConverter
canConvertFrom
in interface ITypeConverter
public java.lang.String convertFrom(java.lang.String tag, java.lang.Object value, boolean allowNull)
ITypeConverter
convertFrom
in interface ITypeConverter
public java.lang.Object convertTo(java.lang.String value)
ITypeConverter
convertTo
in interface ITypeConverter
Copyright © 2014. All Rights Reserved.