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