@Component(value="blNullAwareDateFilterValueConverter") public class NullAwareDateFilterValueConverter extends Object implements FilterValueConverter<Date>
| Constructor and Description |
|---|
NullAwareDateFilterValueConverter() |
| Modifier and Type | Method and Description |
|---|---|
Date |
convert(String stringValue) |
Date |
parseDate(String value,
SimpleDateFormat dateFormat) |
public Date convert(String stringValue)
convert in interface FilterValueConverter<Date>public Date parseDate(String value, SimpleDateFormat dateFormat)
Copyright © 2017. All rights reserved.