Uses of Class
com.fasterxml.jackson.databind.annotation.JsonSerialize.Inclusion

Packages that use JsonSerialize.Inclusion
com.fasterxml.jackson.databind.annotation Annotations that directly depend on classes in databinding bundle (not just Jackson core) and can not be included in Jackson core annotations package (because it can not have any external dependencies). 
 

Uses of JsonSerialize.Inclusion in com.fasterxml.jackson.databind.annotation
 

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



Copyright © 2012 fasterxml.com. All Rights Reserved.