A builder that builds a JavaBean
A builder that builds a JavaBean
As with anything that works with javabeans, this requires the class
to have a zero-argument constructor and will interact with methods
of the form setX
.
the type of object to build
A class that creates an object from a sequence of 'fold'-style method calls
A class that creates an object from a sequence of 'fold'-style method calls
the type of object to build
A builder that builds a Case Class
A builder that builds a Case Class
the type of object to build
A builder that will create a series of bytes in Cbor Array format
A builder that will create a series of bytes in Cbor Object format
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
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.