Home
last modified time | relevance | path

Searched refs:withDateFormat (Results 1 – 3 of 3) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DDateDeserializers.java104 protected abstract DateBasedDeserializer<T> withDateFormat(DateFormat df, String formatStr); in withDateFormat() method in DateDeserializers.DateBasedDeserializer
135 return withDateFormat(df, pattern); in createContextual()
158 return withDateFormat(df, _formatString); in createContextual()
181 return withDateFormat(df, pattern); in createContextual()
253 protected CalendarDeserializer withDateFormat(DateFormat df, String formatString) { in withDateFormat() method in DateDeserializers.CalendarDeserializer
306 protected DateDeserializer withDateFormat(DateFormat df, String formatString) { in withDateFormat() method in DateDeserializers.DateDeserializer
334 protected SqlDateDeserializer withDateFormat(DateFormat df, String formatString) { in withDateFormat() method in DateDeserializers.SqlDateDeserializer
365 protected TimestampDeserializer withDateFormat(DateFormat df, String formatString) { in withDateFormat() method in DateDeserializers.TimestampDeserializer
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DBaseSettings.java263 public BaseSettings withDateFormat(DateFormat df) { in withDateFormat() method in BaseSettings
DMapperConfigBase.java494 return _withBase(_base.withDateFormat(df)); in with()