Uses of Class
com.fasterxml.jackson.core.sym.Name1
-
Packages that use Name1 Package Description com.fasterxml.jackson.core.sym Internal implementation classes for efficient handling of of symbols in JSON (field names in Objects) -
-
Uses of Name1 in com.fasterxml.jackson.core.sym
Fields in com.fasterxml.jackson.core.sym declared as Name1 Modifier and Type Field Description private static Name1
Name1. EMPTY
Methods in com.fasterxml.jackson.core.sym that return Name1 Modifier and Type Method Description static Name1
Name1. getEmptyName()
-