public abstract class ConvertibleTypes extends Object
| Constructor and Description |
|---|
ConvertibleTypes() |
public static AttributeConverter<?,?> getDateConverter()
public static AttributeConverter<?,?> getDateArrayConverter()
public static AttributeConverter<?,?> getDateCollectionConverter(String collectionType)
public static AttributeConverter<?,?> getEnumConverter(Class enumClass)
public static AttributeConverter<?,?> getEnumArrayConverter(Class enumClass)
public static AttributeConverter<?,?> getEnumCollectionConverter(Class enumClass, String collectionType)
public static AttributeConverter<?,?> getBigIntegerConverter()
public static AttributeConverter<?,?> getBigIntegerArrayConverter()
public static AttributeConverter<?,?> getBigIntegerCollectionConverter(String collectionType)
public static AttributeConverter<?,?> getBigDecimalConverter()
public static AttributeConverter<?,?> getBigDecimalArrayConverter()
public static AttributeConverter<?,?> getBigDecimalCollectionConverter(String collectionType)
public static AttributeConverter<?,?> getByteArrayBase64Converter()
public static AttributeConverter<?,?> getByteArrayWrapperBase64Converter()
Copyright © 2016 Neo Technology, Inc.. All rights reserved.