Klasse YamlBuilder
java.lang.Object
org.xbib.datastructures.yaml.tiny.YamlBuilder
- Alle implementierten Schnittstellen:
org.xbib.datastructures.api.Builder
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungYamlBuilder(Appendable appendable) YamlBuilder(Appendable appendable, int indent) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.xbib.datastructures.api.Builderorg.xbib.datastructures.api.BuilderbeginMap()build()org.xbib.datastructures.api.BuilderbuildCollection(Collection<?> collection) static YamlBuilderbuilder()static YamlBuilderbuilder(Appendable appendable) org.xbib.datastructures.api.BuilderbuildKey(CharSequence charSequence) org.xbib.datastructures.api.Builderorg.xbib.datastructures.api.Builderorg.xbib.datastructures.api.BuilderbuildValue(Object object) org.xbib.datastructures.api.Builderorg.xbib.datastructures.api.Buildercopy(org.xbib.datastructures.api.Builder builder) org.xbib.datastructures.api.Builderorg.xbib.datastructures.api.BuilderendMap()Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.xbib.datastructures.api.Builder
beginCollection, beginMap, collection, field, fieldIfNotNull
-
Felddetails
-
appendable
-
-
Konstruktordetails
-
YamlBuilder
public YamlBuilder() -
YamlBuilder
-
YamlBuilder
-
-
Methodendetails
-
builder
-
builder
-
beginCollection
public org.xbib.datastructures.api.Builder beginCollection()- Angegeben von:
beginCollectionin Schnittstelleorg.xbib.datastructures.api.Builder
-
endCollection
public org.xbib.datastructures.api.Builder endCollection()- Angegeben von:
endCollectionin Schnittstelleorg.xbib.datastructures.api.Builder
-
beginMap
public org.xbib.datastructures.api.Builder beginMap()- Angegeben von:
beginMapin Schnittstelleorg.xbib.datastructures.api.Builder
-
endMap
public org.xbib.datastructures.api.Builder endMap()- Angegeben von:
endMapin Schnittstelleorg.xbib.datastructures.api.Builder
-
buildMap
- Angegeben von:
buildMapin Schnittstelleorg.xbib.datastructures.api.Builder
-
buildCollection
- Angegeben von:
buildCollectionin Schnittstelleorg.xbib.datastructures.api.Builder
-
buildValue
- Angegeben von:
buildValuein Schnittstelleorg.xbib.datastructures.api.Builder- Löst aus:
IOException
-
buildKey
- Angegeben von:
buildKeyin Schnittstelleorg.xbib.datastructures.api.Builder- Löst aus:
IOException
-
buildNull
- Angegeben von:
buildNullin Schnittstelleorg.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:
copyin Schnittstelleorg.xbib.datastructures.api.Builder- Löst aus:
IOException
-
copy
- Angegeben von:
copyin Schnittstelleorg.xbib.datastructures.api.Builder- Löst aus:
IOException
-
build
- Angegeben von:
buildin Schnittstelleorg.xbib.datastructures.api.Builder
-