Package com.fluig.sdk.web
Class FluigRestConvertDateZone
- java.lang.Object
-
- com.fluig.sdk.web.FluigRestConvertDateZone
-
- All Implemented Interfaces:
Serializable
public class FluigRestConvertDateZone extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FluigRestConvertDateZone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
convertDateTimeToTimeZone(Object obj, boolean isDate)
protected Object
getDateTimeZone(Object obj, com.fasterxml.jackson.databind.ser.PropertyWriter writer)
protected com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider
getFilterTimeZone(com.fasterxml.jackson.databind.ObjectMapper mapper)
protected boolean
isRegexDateTime(Object obj)
-
-
-
Method Detail
-
getFilterTimeZone
protected com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider getFilterTimeZone(com.fasterxml.jackson.databind.ObjectMapper mapper)
-
isRegexDateTime
protected boolean isRegexDateTime(Object obj)
-
getDateTimeZone
protected Object getDateTimeZone(Object obj, com.fasterxml.jackson.databind.ser.PropertyWriter writer) throws ParseException, SecurityException, IllegalArgumentException, IllegalAccessException
-
convertDateTimeToTimeZone
protected Object convertDateTimeToTimeZone(Object obj, boolean isDate) throws ParseException
- Throws:
ParseException
-
-