Uses of Class
com.fasterxml.jackson.dataformat.smile.SmileGenerator.Feature

Uses of SmileGenerator.Feature in com.fasterxml.jackson.dataformat.smile
 

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

Methods in com.fasterxml.jackson.dataformat.smile with parameters of type SmileGenerator.Feature
 SmileGenerator SmileGenerator.configure(SmileGenerator.Feature f, boolean state)
           
 SmileFactory SmileFactory.configure(SmileGenerator.Feature f, boolean state)
          Method for enabling or disabling specified generator feature (check SmileGenerator.Feature for list of features)
 SmileGenerator SmileGenerator.disable(SmileGenerator.Feature f)
           
 SmileFactory SmileFactory.disable(SmileGenerator.Feature f)
          Method for disabling specified generator feature (check SmileGenerator.Feature for list of features)
 SmileGenerator SmileGenerator.enable(SmileGenerator.Feature f)
           
 SmileFactory SmileFactory.enable(SmileGenerator.Feature f)
          Method for enabling specified generator features (check SmileGenerator.Feature for list of features)
 boolean SmileGenerator.isEnabled(SmileGenerator.Feature f)
           
 boolean SmileFactory.isEnabled(SmileGenerator.Feature f)
          Check whether specified generator feature is enabled.
 



Copyright © 2012 fasterxml.com. All Rights Reserved.