Uses of Class
tools.jackson.dataformat.toml.TomlWriteContext
Packages that use TomlWriteContext
-
Uses of TomlWriteContext in tools.jackson.dataformat.toml
Fields in tools.jackson.dataformat.toml declared as TomlWriteContextModifier and TypeFieldDescriptionprotected TomlWriteContextTomlWriteContext._childprotected final TomlWriteContextTomlWriteContext._parentParent context for this context; null for root context.protected TomlWriteContextTomlGenerator._streamWriteContextCurrent context, in form we can use it (GeneratorBase has untyped reference; left as null)Methods in tools.jackson.dataformat.toml that return TomlWriteContextModifier and TypeMethodDescriptionTomlWriteContext.createChildArrayContext(Object currValue, int basePathLength) TomlWriteContext.createChildObjectContext(Object currValue, int basePathLength) (package private) static TomlWriteContextTomlWriteContext.createRootContext()(package private) static TomlWriteContextTomlWriteContext.createRootContext(int basePathLength) final TomlWriteContextTomlWriteContext.getParent()Constructors in tools.jackson.dataformat.toml with parameters of type TomlWriteContextModifierConstructorDescription(package private)TomlWriteContext(int type, TomlWriteContext parent, Object currValue, int basePathLength)