Uses of Class
com.fasterxml.jackson.module.scala.ScalaModule.Feature

Uses of ScalaModule.Feature in com.fasterxml.jackson.module.scala
 

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

Methods in com.fasterxml.jackson.module.scala with parameters of type ScalaModule.Feature
 ScalaModule ScalaModule.configure(ScalaModule.Feature f, boolean state)
          Deprecated.  
 ScalaModule ScalaModule.disable(ScalaModule.Feature f)
          Deprecated.  
 ScalaModule ScalaModule.enable(ScalaModule.Feature f)
          Deprecated.  
 boolean ScalaModule.isEnabled(ScalaModule.Feature f)
          Deprecated.  
 



Copyright © 2012 fasterxml.com. All Rights Reserved.