java.lang.Object
org.xbib.datastructures.yaml.tiny.YamlBuilder
Alle implementierten Schnittstellen:
org.xbib.datastructures.api.Builder

public class YamlBuilder extends Object implements org.xbib.datastructures.api.Builder
  • Felddetails

  • Konstruktordetails

    • YamlBuilder

      public YamlBuilder()
    • YamlBuilder

      public YamlBuilder(Appendable appendable)
    • YamlBuilder

      public YamlBuilder(Appendable appendable, int indent)
  • Methodendetails

    • builder

      public static YamlBuilder builder()
    • builder

      public static YamlBuilder builder(Appendable appendable)
    • beginCollection

      public org.xbib.datastructures.api.Builder beginCollection()
      Angegeben von:
      beginCollection in Schnittstelle org.xbib.datastructures.api.Builder
    • endCollection

      public org.xbib.datastructures.api.Builder endCollection()
      Angegeben von:
      endCollection in Schnittstelle org.xbib.datastructures.api.Builder
    • beginMap

      public org.xbib.datastructures.api.Builder beginMap()
      Angegeben von:
      beginMap in Schnittstelle org.xbib.datastructures.api.Builder
    • endMap

      public org.xbib.datastructures.api.Builder endMap()
      Angegeben von:
      endMap in Schnittstelle org.xbib.datastructures.api.Builder
    • buildMap

      public org.xbib.datastructures.api.Builder buildMap(Map<String,Object> map)
      Angegeben von:
      buildMap in Schnittstelle org.xbib.datastructures.api.Builder
    • buildCollection

      public org.xbib.datastructures.api.Builder buildCollection(Collection<?> collection)
      Angegeben von:
      buildCollection in Schnittstelle org.xbib.datastructures.api.Builder
    • buildValue

      public org.xbib.datastructures.api.Builder buildValue(Object object) throws IOException
      Angegeben von:
      buildValue in Schnittstelle org.xbib.datastructures.api.Builder
      Löst aus:
      IOException
    • buildKey

      public org.xbib.datastructures.api.Builder buildKey(CharSequence charSequence) throws IOException
      Angegeben von:
      buildKey in Schnittstelle org.xbib.datastructures.api.Builder
      Löst aus:
      IOException
    • buildNull

      public org.xbib.datastructures.api.Builder buildNull() throws IOException
      Angegeben von:
      buildNull in Schnittstelle org.xbib.datastructures.api.Builder
      Löst aus:
      IOException
    • copy

      public org.xbib.datastructures.api.Builder copy(org.xbib.datastructures.api.Builder builder) throws IOException
      Angegeben von:
      copy in Schnittstelle org.xbib.datastructures.api.Builder
      Löst aus:
      IOException
    • copy

      public org.xbib.datastructures.api.Builder copy(String string) throws IOException
      Angegeben von:
      copy in Schnittstelle org.xbib.datastructures.api.Builder
      Löst aus:
      IOException
    • build

      public String build()
      Angegeben von:
      build in Schnittstelle org.xbib.datastructures.api.Builder