Index

C G I O P T W 
All Classes and Interfaces|All Packages|Serialized Form

C

call(Closure) - Method in class groovy.toml.TomlBuilder
A closure passed to a TOML builder will create a root TOML object
call(Iterable, Closure) - Method in class groovy.toml.TomlBuilder
A collection and closure passed to a TOML builder will create a root TOML array applying the closure to each object in the collection
call(Object...) - Method in class groovy.toml.TomlBuilder
Varargs elements as arguments to the TOML builder create a root TOML array
call(Collection, Closure) - Method in class groovy.toml.TomlBuilder
call(List) - Method in class groovy.toml.TomlBuilder
A list of elements as arguments to the TOML builder creates a root TOML array
call(Map) - Method in class groovy.toml.TomlBuilder
Named arguments can be passed to the TOML builder instance to create a root TOML object
convertJsonToToml(Reader) - Static method in class org.apache.groovy.toml.util.TomlConverter
Convert json to toml
convertTomlToJson(Reader) - Static method in class org.apache.groovy.toml.util.TomlConverter
Convert toml to json

G

getContent() - Method in class groovy.toml.TomlBuilder
 
groovy.toml - package groovy.toml
Classes for building and parsing TOML.

I

invokeMethod(String, Object) - Method in class groovy.toml.TomlBuilder
A method call on the TOML builder instance will create a root object with only one key whose name is the name of the method being called.

O

org.apache.groovy.toml.util - package org.apache.groovy.toml.util
Utility classes for TOML processing.

P

parse(File) - Method in class groovy.toml.TomlSlurper
Parse the content of the specified file into a tree of Nodes.
parse(InputStream) - Method in class groovy.toml.TomlSlurper
Parse the content of the specified reader into a tree of Nodes.
parse(Reader) - Method in class groovy.toml.TomlSlurper
Parse the content of the specified reader into a tree of Nodes.
parse(Path) - Method in class groovy.toml.TomlSlurper
Parse the content of the specified path into a tree of Nodes.
parseText(String) - Method in class groovy.toml.TomlSlurper
Parse the content of the specified toml into a tree of Nodes.

T

TomlBuilder - Class in groovy.toml
A builder for creating TOML payloads.
TomlBuilder() - Constructor for class groovy.toml.TomlBuilder
 
TomlConverter - Class in org.apache.groovy.toml.util
A converter for converting TOML to JSON, vice versa
TomlRuntimeException - Exception in groovy.toml
Represents runtime exception occurred when parsing or building TOML
TomlRuntimeException(String) - Constructor for exception groovy.toml.TomlRuntimeException
 
TomlRuntimeException(String, Throwable) - Constructor for exception groovy.toml.TomlRuntimeException
 
TomlRuntimeException(Throwable) - Constructor for exception groovy.toml.TomlRuntimeException
 
TomlSlurper - Class in groovy.toml
Represents a TOML parser
TomlSlurper() - Constructor for class groovy.toml.TomlSlurper
 
toString() - Method in class groovy.toml.TomlBuilder
Serializes the internal data structure built with the builder to a conformant TOML payload string

W

writeTo(Writer) - Method in class groovy.toml.TomlBuilder
The TOML builder implements the Writable interface, so that you can have the builder serialize itself the TOML payload to a writer.
C G I O P T W 
All Classes and Interfaces|All Packages|Serialized Form