Uses of Class
com.fasterxml.jackson.dataformat.toml.TomlWriteContext
-
Packages that use TomlWriteContext Package Description com.fasterxml.jackson.dataformat.toml -
-
Uses of TomlWriteContext in com.fasterxml.jackson.dataformat.toml
Fields in com.fasterxml.jackson.dataformat.toml declared as TomlWriteContext Modifier and Type Field Description protected TomlWriteContext
TomlWriteContext. _child
protected TomlWriteContext
TomlWriteContext. _parent
Parent context for this context; null for root context.protected TomlWriteContext
TomlGenerator. _streamWriteContext
Current context, in form we can use it (GeneratorBase has untyped reference; left as null)Methods in com.fasterxml.jackson.dataformat.toml that return TomlWriteContext Modifier and Type Method Description TomlWriteContext
TomlWriteContext. createChildArrayContext(java.lang.Object currValue, int basePathLength)
TomlWriteContext
TomlWriteContext. createChildObjectContext(java.lang.Object currValue, int basePathLength)
(package private) static TomlWriteContext
TomlWriteContext. createRootContext()
(package private) static TomlWriteContext
TomlWriteContext. createRootContext(int basePathLength)
TomlWriteContext
TomlWriteContext. getParent()
Constructors in com.fasterxml.jackson.dataformat.toml with parameters of type TomlWriteContext Constructor Description TomlWriteContext(int type, TomlWriteContext parent, java.lang.Object currValue, int basePathLength)
-