Returns a ConfigWriter for types supported by ConfigValueFactory.fromAnyRef.
Returns a ConfigWriter for types supported by ConfigValueFactory.fromAnyRef. This method should be used
carefully, as a runtime exception is thrown if the type passed as argument is not supported.
the primitive type for which a ConfigWriter is to be created
a ConfigWriter for the type A.
Creates a ConfigWriter from a function.
Creates a ConfigWriter from a function.
the type of the objects writable by the returned writer
the function used to write values to configs
a ConfigWriter for writing objects of type A using toF.
Returns a ConfigWriter that writes objects of a given type as strings created by .toString.
Returns a ConfigWriter that writes objects of a given type as strings created by .toString.
the type for which a ConfigWriter is to be created
a ConfigWriter for the type A.
Returns a ConfigWriter that writes objects of a given type as strings created by a function.
Returns a ConfigWriter that writes objects of a given type as strings created by a function.
the type for which a ConfigWriter is to be created
the function converting an object of type A to a string
a ConfigWriter for the type A.
Provides methods to create ConfigWriter instances.