A builder that builds a JavaBean
A class that creates an object from a sequence of 'fold'-style method calls
A builder that builds a Case Class
A builder that will serialize a map as a Cbor Array
A builder that will serialize a map as a Cbor Object
A builder that creates maps
A builder that will output a json format string
A builder that will output a json format string
A builder that creates seqs
methods for MinifiedJsonObjectBuilder and MinifiedJsonArrayBuilder
Contains the various built-in builders.
Pretty much every parser will require a Builder when parsing data. The builder will basically determine how the parser will treat complex data types.