Searched refs:withDateFormat (Results 1 – 3 of 3) sorted by relevance
104 protected abstract DateBasedDeserializer<T> withDateFormat(DateFormat df, String formatStr); in withDateFormat() method in DateDeserializers.DateBasedDeserializer135 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.CalendarDeserializer306 protected DateDeserializer withDateFormat(DateFormat df, String formatString) { in withDateFormat() method in DateDeserializers.DateDeserializer334 protected SqlDateDeserializer withDateFormat(DateFormat df, String formatString) { in withDateFormat() method in DateDeserializers.SqlDateDeserializer365 protected TimestampDeserializer withDateFormat(DateFormat df, String formatString) { in withDateFormat() method in DateDeserializers.TimestampDeserializer
263 public BaseSettings withDateFormat(DateFormat df) { in withDateFormat() method in BaseSettings
494 return _withBase(_base.withDateFormat(df)); in with()