Uses of Class
com.fasterxml.jackson.core.sym.Name

Packages that use Name
Package
Description
Internal implementation classes for efficient handling of of symbols in JSON (field names in Objects)
  • Uses of Name in com.fasterxml.jackson.core.sym

    Modifier and Type
    Class
    Description
    final class 
    Specialized implementation of PName: can be used for short Strings that consists of at most 4 bytes.
    final class 
    Specialized implementation of PName: can be used for short Strings that consists of 5 to 8 bytes.
    final class 
    Specialized implementation of PName: can be used for short Strings that consists of 9 to 12 bytes.
    final class 
    Generic implementation of PName used for "long" names, where long means that its byte (UTF-8) representation is 13 bytes or more.