com.fasterxml.jackson.annotation
Class JsonFormat.Value
java.lang.Object
  
com.fasterxml.jackson.annotation.JsonFormat.Value
- Enclosing class:
 - JsonFormat
 
public static class JsonFormat.Value
- extends Object
 
Helper class used to contain information from a single JsonFormat
 annotation.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JsonFormat.Value
public JsonFormat.Value(JsonFormat ann)
JsonFormat.Value
public JsonFormat.Value(String p,
                        JsonFormat.Shape sh,
                        String localeStr,
                        String tzStr)
getPattern
public String getPattern()
 
getShape
public JsonFormat.Shape getShape()
 
getLocale
public Locale getLocale()
 
getTimeZone
public TimeZone getTimeZone()
 
Copyright © 2012 fasterxml.com. All Rights Reserved.