com.fasterxml.jackson.annotation
Class JsonFormat.Value

java.lang.Object
  extended by 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.


Constructor Summary
JsonFormat.Value(JsonFormat ann)
           
JsonFormat.Value(String p, JsonFormat.Shape sh, String localeStr, String tzStr)
           
 
Method Summary
 Locale getLocale()
           
 String getPattern()
           
 JsonFormat.Shape getShape()
           
 TimeZone getTimeZone()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonFormat.Value

public JsonFormat.Value(JsonFormat ann)

JsonFormat.Value

public JsonFormat.Value(String p,
                        JsonFormat.Shape sh,
                        String localeStr,
                        String tzStr)
Method Detail

getPattern

public String getPattern()

getShape

public JsonFormat.Shape getShape()

getLocale

public Locale getLocale()

getTimeZone

public TimeZone getTimeZone()


Copyright © 2012 fasterxml.com. All Rights Reserved.