Uses of Class
com.fasterxml.jackson.annotation.JsonFormat.Shape

Uses of JsonFormat.Shape in com.fasterxml.jackson.annotation
 

Methods in com.fasterxml.jackson.annotation that return JsonFormat.Shape
 JsonFormat.Shape JsonFormat.Value.getShape()
           
static JsonFormat.Shape JsonFormat.Shape.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JsonFormat.Shape[] JsonFormat.Shape.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.fasterxml.jackson.annotation with parameters of type JsonFormat.Shape
static JsonFormat.Value JsonFormat.Value.forShape(JsonFormat.Shape sh)
           
 JsonFormat.Value JsonFormat.Value.withShape(JsonFormat.Shape s)
           
 

Constructors in com.fasterxml.jackson.annotation with parameters of type JsonFormat.Shape
JsonFormat.Value(String p, JsonFormat.Shape sh, Locale l, String tzStr, TimeZone tz)
          Deprecated. since 2.6
JsonFormat.Value(String p, JsonFormat.Shape sh, Locale l, String tzStr, TimeZone tz, JsonFormat.Features f)
           
JsonFormat.Value(String p, JsonFormat.Shape sh, Locale l, TimeZone tz)
          Deprecated. since 2.6
JsonFormat.Value(String p, JsonFormat.Shape sh, Locale l, TimeZone tz, JsonFormat.Features f)
           
JsonFormat.Value(String p, JsonFormat.Shape sh, String localeStr, String tzStr)
          Deprecated. since 2.6
JsonFormat.Value(String p, JsonFormat.Shape sh, String localeStr, String tzStr, JsonFormat.Features f)
           
 



Copyright © 2008–2016 FasterXML. All rights reserved.