Package com.restfb.util
Contains utility classes which provide common
String
, Date
, and
Reflection
operations.
For full documentation and sample code, please see the RestFB website.
- Since:
- 1.6
-
Interface Summary Interface Description DateFormatStrategy The DateFormat strategy interface. -
Class Summary Class Description CachedDateFormatStrategy a DateFormat strategy that returns a cached SimpleDateFormat instance.DateUtils A collection of date-handling utility methods.EncodingUtils A collection of data-encoding utility methods.ObjectUtil ReflectionUtils A collection of reflection-related utility methods.ReflectionUtils.FieldWithAnnotation<T extends Annotation> A field/annotation pair.SimpleDateFormatStrategy a simple DateFormat strategy.SoftHashMap<K,V> StringJsonUtils Helper class to encapsulate simple checks used in the DefaultJsonMapper.StringUtils A collection of string-handling utility methods.UrlUtils