public abstract class PropertyConverter<T> extends BaseValueConverter<String,T>
Enumerates the default variable converters to convert from the basic Java type String to the two database types (String, LargeString).
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableList<ValueConverter<String,?>> |
ALL |
static PropertyConverter<LargeString> |
LARGE_STRING |
static PropertyConverter<Void> |
NULL |
static PropertyConverter<String> |
STRING |
acceptsSourceValue, acceptsTargetType, acceptsTargetValue, convertToSourceType, convertToTargetType, getName
public static final PropertyConverter<String> STRING
public static final PropertyConverter<LargeString> LARGE_STRING
public static final PropertyConverter<Void> NULL
public static final com.google.common.collect.ImmutableList<ValueConverter<String,?>> ALL
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.