public class DateConverter extends BaseTypeConverter<Date>
| Constructor and Description |
|---|
DateConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected Date |
convertSingleObject(Object unspecifiedValue) |
protected SpecifiedTypeValue<Date> |
createValue(Date value) |
protected SpecifiedTypeValue<Date> |
createValue(List<Date> values) |
convert, convertArray, convertCollectionprotected SpecifiedTypeValue<Date> createValue(Date value)
createValue in class BaseTypeConverter<Date>protected SpecifiedTypeValue<Date> createValue(List<Date> values)
createValue in class BaseTypeConverter<Date>protected Date convertSingleObject(Object unspecifiedValue)
convertSingleObject in class BaseTypeConverter<Date>Copyright © 2019 Power Flows. All rights reserved.