| Constructor and Description |
|---|
StringToLongConverter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
convert(String source)
Converts the source object from S type to T type.
|
Class<?> |
getSourceClass()
Returns the class of the objects this converter converts from.
|
Class<?> |
getTargetClass()
Returns the class of the objects this converter converts to.
|
public Class<?> getSourceClass()
ConvertergetSourceClass in interface Converter<String,Long>public Class<?> getTargetClass()
ConvertergetTargetClass in interface Converter<String,Long>Copyright © 2020 CrafterCMS. All rights reserved.