Package org.codehaus.jackson.map.util


package org.codehaus.jackson.map.util
Utility classes for Mapper package.
  • Class
    Description
    Interface that defines interface for collection of annotations.
    Helper class that contains set of distinct builders for different arrays of primitive values.
     
     
     
     
     
     
     
    Helper class that contains functionality needed by both serialization and deserialization side.
     
    Helper class for constructing objects for comparing content values
    EnumResolver<T extends Enum<T>>
    Helper class used to resolve String values (either JSON Object field names or regular String values) into Java Enum instances.
    Helper class used for storing String serializations of enumerations.
    Provide a fast thread-safe formatter/parser DateFormat for ISO8601 dates ONLY.
    Utilities methods for manipulating dates in iso8601 format.
    Container class that can be used to wrap any Object instances (including nulls), and will serialize embedded in JSONP wrapping.
    General-purpose wrapper class that can be used to decorate serialized value with arbitrary literal prefix and suffix.
    Node of a forward-only linked list.
    LRUMap<K,V>
    Helper for simple bounded LRU maps used for reusing lookup values.
    Simple tag interface mostly to allow sorting by name
    Helper class to use for constructing Object arrays by appending entries to create arrays of various lengths (length that is not known a priori).
    Base class for specialized primitive array builders.
    Simple helper class used for decoupling instantiation of optionally loaded handlers, like deserializers and deserializers for libraries that are only present on some platforms.
    Helper class for caching resolved root names.
    Default DateFormat implementation used by standard Date serializers and deserializers.