Uses of Class
org.codehaus.jackson.map.util.LinkedNode
Packages that use LinkedNode
Package
Description
Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper
class, as well
as convenience methods included in
JsonParser
Utility classes for Mapper package.
-
Uses of LinkedNode in org.codehaus.jackson.map
Fields in org.codehaus.jackson.map declared as LinkedNodeModifier and TypeFieldDescriptionprotected LinkedNode
<DeserializationProblemHandler> DeserializationConfig._problemHandlers
Linked list that contains all registered problem handlers.Methods in org.codehaus.jackson.map that return LinkedNodeModifier and TypeMethodDescriptionDeserializationConfig.getProblemHandlers()
Method for getting head of the problem handler chain. -
Uses of LinkedNode in org.codehaus.jackson.map.util
Methods in org.codehaus.jackson.map.util that return LinkedNodeMethods in org.codehaus.jackson.map.util with parameters of type LinkedNodeModifier and TypeMethodDescriptionstatic <ST> boolean
LinkedNode.contains
(LinkedNode<ST> node, ST value) Convenience method that can be used to check if a linked list with given head node (which may be null to indicate empty list) contains given valueConstructors in org.codehaus.jackson.map.util with parameters of type LinkedNode