|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LinkedNode | |
|---|---|
| com.fasterxml.jackson.databind | 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 |
| com.fasterxml.jackson.databind.util | Utility classes for Mapper package. |
| Uses of LinkedNode in com.fasterxml.jackson.databind |
|---|
| Fields in com.fasterxml.jackson.databind declared as LinkedNode | |
|---|---|
protected LinkedNode<DeserializationProblemHandler> |
DeserializationConfig._problemHandlers
Linked list that contains all registered problem handlers. |
| Methods in com.fasterxml.jackson.databind that return LinkedNode | |
|---|---|
LinkedNode<DeserializationProblemHandler> |
DeserializationConfig.getProblemHandlers()
Method for getting head of the problem handler chain. |
| Uses of LinkedNode in com.fasterxml.jackson.databind.util |
|---|
| Methods in com.fasterxml.jackson.databind.util that return LinkedNode | |
|---|---|
LinkedNode<T> |
LinkedNode.next()
|
| Methods in com.fasterxml.jackson.databind.util with parameters of type LinkedNode | ||
|---|---|---|
static
|
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 value |
|
| Constructors in com.fasterxml.jackson.databind.util with parameters of type LinkedNode | |
|---|---|
LinkedNode(T value,
LinkedNode<T> next)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||