Package com.soffid.iam.json
Class CalendarConverter
- java.lang.Object
-
- com.soffid.iam.json.CalendarConverter
-
- All Implemented Interfaces:
org.apache.johnzon.mapper.Converter<Calendar>
,org.apache.johnzon.mapper.Converter.TypeAccess
,org.apache.johnzon.mapper.MapperConverter
public class CalendarConverter extends Object implements org.apache.johnzon.mapper.Converter<Calendar>, org.apache.johnzon.mapper.Converter.TypeAccess
-
-
Constructor Summary
Constructors Constructor Description CalendarConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Calendar
fromString(String text)
String
toString(Calendar instance)
Type
type()
-
-
-
Method Detail
-
toString
public String toString(Calendar instance)
- Specified by:
toString
in interfaceorg.apache.johnzon.mapper.Converter<Calendar>
-
fromString
public Calendar fromString(String text)
- Specified by:
fromString
in interfaceorg.apache.johnzon.mapper.Converter<Calendar>
-
type
public Type type()
- Specified by:
type
in interfaceorg.apache.johnzon.mapper.Converter.TypeAccess
-
-