Uses of Class
com.fasterxml.jackson.datatype.hibernate4.Hibernate4Module.Feature
-
-
Uses of Hibernate4Module.Feature in com.fasterxml.jackson.datatype.hibernate4
Methods in com.fasterxml.jackson.datatype.hibernate4 that return Hibernate4Module.Feature Modifier and Type Method Description static Hibernate4Module.FeatureHibernate4Module.Feature. valueOf(String name)Returns the enum constant of this type with the specified name.static Hibernate4Module.Feature[]Hibernate4Module.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.datatype.hibernate4 with parameters of type Hibernate4Module.Feature Modifier and Type Method Description Hibernate4ModuleHibernate4Module. configure(Hibernate4Module.Feature f, boolean state)Hibernate4ModuleHibernate4Module. disable(Hibernate4Module.Feature f)Hibernate4ModuleHibernate4Module. enable(Hibernate4Module.Feature f)booleanHibernate4Module. isEnabled(Hibernate4Module.Feature f)
-