Module Jackson
Provides classes and predicates for working with the Jackson serialization framework.
Import path
import semmle.code.java.frameworks.Jackson
Imports
java |
Provides all default Java QL imports. |
Predicates
createJacksonJsonParserStep |
Holds if |
createJacksonTreeNodeStep |
Holds if |
hasArgumentWithUnsafeJacksonAnnotation |
Holds if |
Classes
EnableJacksonDefaultTyping |
A call that enables the default typing in |
JacksonTypeDescriptorType |
A type descriptor in Jackson libraries. For example, |
MapperBuilder |
A builder for building Jackson’s |
ObjectMapperReadMethod |
A method in |
ObjectMapperReadQualifier |
A qualifier of a call to one of the methods in |
SetPolymorphicTypeValidatorSource |
A source that sets a type validator. |