public class StringToGregorianCalendarConverter extends Object implements Converter<String,GregorianCalendar>
Constructor and Description |
---|
StringToGregorianCalendarConverter() |
public GregorianCalendar apply(String source, Type targetType, JConverter context)
apply
in interface Converter<String,GregorianCalendar>
source
- the object to convert.targetType
- the target type.context
- the context.Copyright © 2014. All rights reserved.