public abstract class PropertyConverter<T> extends BaseValueConverter<String,T>
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, acceptsTargetValue, convertToSourceType, convertToSourceTypeNullSafe, convertToTargetType, convertToTargetTypeNullSafe, getName, getSourceType, getTargetType
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 - 2018 edorasware ag. All Rights Reserved.