DerivationConfig

io.bullet.borer.derivation.DerivationConfig
See theDerivationConfig companion object
final case class DerivationConfig(encodeCaseClassMemberDefaultValues: Boolean)

Allows for custom configuration of certain derivation behaviors.

Customizations must be brought into implicit scope for activation, e.g.

 implicit val myConfig = DerivationConfig(
   encodeCaseClassMemberDefaultValues = true
 )

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product