Uses of Interface
com.restfb.util.DateFormatStrategy
Packages that use DateFormatStrategy
Package
Description
-
Uses of DateFormatStrategy in com.restfb.util
Classes in com.restfb.util that implement DateFormatStrategyModifier and TypeClassDescriptionclass
a DateFormat strategy that returns a cached SimpleDateFormat instance.class
a simple DateFormat strategy.Methods in com.restfb.util that return DateFormatStrategyModifier and TypeMethodDescriptionstatic DateFormatStrategy
DateUtils.getDateFormatStrategy()
get the current DateFormatStrategy.Methods in com.restfb.util with parameters of type DateFormatStrategyModifier and TypeMethodDescriptionstatic void
DateUtils.setDateFormatStrategy
(DateFormatStrategy dateFormatStrategy) set theDateFormatStrategy
.