Uses of Class
com.fasterxml.jackson.datatype.hibernate4.HibernateAnnotationIntrospector
-
-
Uses of HibernateAnnotationIntrospector in com.fasterxml.jackson.datatype.hibernate4
Methods in com.fasterxml.jackson.datatype.hibernate4 that return HibernateAnnotationIntrospector Modifier and Type Method Description HibernateAnnotationIntrospectorHibernateAnnotationIntrospector. setUseTransient(boolean state)Method to call to specify whether @Transient annotation is to be supported; if false, will be ignored, if true, will be used to detect "ignorable" properties.
-