public class StringType extends Object implements TypeHelper<String>
| 限定符和类型 | 字段和说明 |
|---|---|
static StringType |
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
fromValue(Object value,
Map<String,Object> conversionParams)
Returns an Object as an equivalent instance of type T
|
String |
getTypeName()
Indicative name of the type T
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitobjectConversionException, stringConversionException, valueOutOfRangeExceptionpublic static final StringType INSTANCE
public String getTypeName()
TypeHelpergetTypeName 在接口中 TypeHelper<String>public String fromValue(Object value, Map<String,Object> conversionParams)
TypeHelperfromValue 在接口中 TypeHelper<String>value - Object instance to convertconversionParams - Optional parameters to use for conversionCopyright © 2022. All rights reserved.