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

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

Methods in com.fasterxml.jackson.dataformat.smile that return SmileParser.Feature
static SmileParser.Feature SmileParser.Feature.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SmileParser.Feature[] SmileParser.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 SmileParser.Feature
 SmileFactory SmileFactory.configure(SmileParser.Feature f, boolean state)
          Method for enabling or disabling specified parser feature (check SmileParser.Feature for list of features)
 SmileFactory SmileFactory.disable(SmileParser.Feature f)
          Method for disabling specified parser features (check SmileParser.Feature for list of features)
 SmileFactory SmileFactory.enable(SmileParser.Feature f)
          Method for enabling specified parser feature (check SmileParser.Feature for list of features)
 boolean SmileFactory.isEnabled(SmileParser.Feature f)
          Checked whether specified parser feature is enabled.
 



Copyright © 2012 fasterxml.com. All Rights Reserved.