Uses of Class
tools.jackson.dataformat.protobuf.ProtobufWriteContext
Packages that use ProtobufWriteContext
-
Uses of ProtobufWriteContext in tools.jackson.dataformat.protobuf
Fields in tools.jackson.dataformat.protobuf declared as ProtobufWriteContextModifier and TypeFieldDescriptionprotected ProtobufWriteContextProtobufWriteContext._childprotected final ProtobufWriteContextProtobufWriteContext._parentprotected ProtobufWriteContextProtobufGenerator._rootContextReference to the root context since that is needed for serializationprotected ProtobufWriteContextProtobufGenerator._streamWriteContextCurrent context, in form we can use it.Methods in tools.jackson.dataformat.protobuf that return ProtobufWriteContextModifier and TypeMethodDescriptionProtobufWriteContext.createChildArrayContext()ProtobufWriteContext.createChildObjectContext(ProtobufMessage type) static ProtobufWriteContextProtobufWriteContext.createNullContext()Factory method called to get a placeholder context that is only in place until actual schema is handed.static ProtobufWriteContextProtobufWriteContext.createRootContext(ProtobufMessage msg) final ProtobufWriteContextProtobufWriteContext.getParent()Constructors in tools.jackson.dataformat.protobuf with parameters of type ProtobufWriteContextModifierConstructorDescriptionprotectedProtobufWriteContext(int type, ProtobufWriteContext parent, ProtobufMessage msg)