Uses of Class
com.fasterxml.jackson.datatype.hibernate5.HibernateAnnotationIntrospector
-
-
Uses of HibernateAnnotationIntrospector in com.fasterxml.jackson.datatype.hibernate5
Methods in com.fasterxml.jackson.datatype.hibernate5 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.
-