| Package | Description | 
|---|---|
| com.fasterxml.jackson.core.sym | Internal implementation classes for efficient handling of
 of symbols in JSON (field names in Objects) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Name1Specialized implementation of PName: can be used for short Strings
 that consists of at most 4 bytes. | 
| class  | Name2Specialized implementation of PName: can be used for short Strings
 that consists of 5 to 8 bytes. | 
| class  | Name3Specialized implementation of PName: can be used for short Strings
 that consists of 9 to 12 bytes. | 
| class  | NameNGeneric implementation of PName used for "long" names, where long
 means that its byte (UTF-8) representation is 13 bytes or more. | 
Copyright © 2008–2018 FasterXML. All rights reserved.