Class MetadataIncludingCiJsonWriter

java.lang.Object
com.xebialabs.xlrelease.serialization.json.xltype.CiJson2Writer
com.xebialabs.deployit.plumbing.xltype.serialization.json.MetadataIncludingCiJsonWriter
All Implemented Interfaces:
com.xebialabs.xltype.serialization.CiWriter, AutoCloseable

public class MetadataIncludingCiJsonWriter extends com.xebialabs.xlrelease.serialization.json.xltype.CiJson2Writer
  • Field Summary

    Fields inherited from class com.xebialabs.xlrelease.serialization.json.xltype.CiJson2Writer

    json, writer
  • Constructor Summary

    Constructors
    Constructor
    Description
    MetadataIncludingCiJsonWriter(Writer writer, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeInternalMetadata(Map<String,com.xebialabs.xlrelease.api.internal.InternalMetadata> metadata)
     

    Methods inherited from class com.xebialabs.xlrelease.serialization.json.xltype.CiJson2Writer

    ciAttributes, ciFileAttribute, ciReference, ciReferences, close, endCi, endList, endProperty, externalProperties, getWriter, mapAsStrings, startCi, startList, startProperty, token, toString, typedCiReference, typedCiReferences, validationMessages, valueAsString, valuesAsStrings

    Methods inherited from class java.lang.Object

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

    • MetadataIncludingCiJsonWriter

      public MetadataIncludingCiJsonWriter(Writer writer, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details

    • writeInternalMetadata

      public void writeInternalMetadata(Map<String,com.xebialabs.xlrelease.api.internal.InternalMetadata> metadata)