public class DatePropertyConverter extends Object
PropertyConverter.Context
Modifier and Type | Field and Description |
---|---|
static String |
ISO8601 |
static String |
PATTERN |
Constructor and Description |
---|
DatePropertyConverter() |
Modifier and Type | Method and Description |
---|---|
Object |
convert(String value,
PropertyConverter.Context context) |
String |
getName() |
boolean |
supports(Class<?> type) |
public static final String PATTERN
public static final String ISO8601
public boolean supports(Class<?> type)
public Object convert(String value, PropertyConverter.Context context) throws IllegalArgumentException
IllegalArgumentException
public String getName()
getName
in interface PropertyConverter
Copyright © 2014–2016. All rights reserved.