| Package | Description |
|---|---|
| org.craftercms.commons.converters.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
StringToBooleanConverter
Converts String to Boolean.
|
class |
StringToDateConverter
Converts String to Date, with a custom pattern and time zone.
|
class |
StringToDoubleConverter
Converts String to Double.
|
class |
StringToFloatConverter
Converts String to Float.
|
class |
StringToIntegerConverter
Converts String to Integer.
|
class |
StringToLongConverter
Converts String to Long.
|
class |
StringToShortConverter
Converts String to Short.
|
class |
StringToStringConverter
Simple dummy converter that just returns a String value.
|
Copyright © 2018 CrafterCMS. All rights reserved.