Class YamlXContentGenerator

java.lang.Object
org.xbib.content.core.AbstractXContentGenerator
org.xbib.content.yaml.YamlXContentGenerator
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable, org.xbib.content.XContentGenerator

public class YamlXContentGenerator extends org.xbib.content.core.AbstractXContentGenerator
  • Field Summary

    Fields inherited from class org.xbib.content.core.AbstractXContentGenerator

    generator
  • Constructor Summary

    Constructors
    Constructor
    Description
    YamlXContentGenerator(com.fasterxml.jackson.dataformat.yaml.YAMLGenerator generator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.xbib.content.XContent
     
    void
    copy(org.xbib.content.XContentBuilder builder, OutputStream outputStream)
     
    void
    copyCurrentStructure(org.xbib.content.XContentParser parser)
     
    void
     
    void
     
    void
    writeRawField(String fieldName, byte[] content, int offset, int length, OutputStream outputStream)
     
    void
    writeRawField(String fieldName, byte[] content, OutputStream outputStream)
     
    void
    writeValue(org.xbib.content.XContentBuilder builder)
     

    Methods inherited from class org.xbib.content.core.AbstractXContentGenerator

    setGenerator, writeArrayFieldStart, writeBinary, writeBinary, writeBinaryField, writeBoolean, writeBooleanField, writeEndArray, writeEndObject, writeFieldName, writeNull, writeNullField, writeNumber, writeNumber, writeNumber, writeNumber, writeNumber, writeNumber, writeNumberField, writeNumberField, writeNumberField, writeNumberField, writeNumberField, writeNumberField, writeObjectFieldStart, writeStartArray, writeStartObject, writeString, writeString, writeStringField, writeUTF8String

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • YamlXContentGenerator

      public YamlXContentGenerator(com.fasterxml.jackson.dataformat.yaml.YAMLGenerator generator)
  • Method Details