wjson.macros
package wjson.macros
Members list
Type members
Classlikes
object ADTMappingMacro
Macro to generate a JsValueMapper for a given case class.
Macro to generate a JsValueMapper for a given case class.
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ADTMappingMacro.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
class ArrayGenerator[T] extends Generator[T]
Attributes
- Supertypes
class ListGenerator[T] extends Generator[T]
Attributes
- Supertypes
class OptionGenerator[T] extends Generator[T]
Attributes
- Supertypes
class OrTypeGenerator[T] extends Generator[T]
Attributes
- Supertypes
object ProductGenerator
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ProductGenerator.type
class ProductGenerator[T] extends Generator[T]
class SeqGenerator[T] extends Generator[T]
Attributes
- Supertypes
class SetGenerator[T] extends Generator[T]
Attributes
- Supertypes
class SumGenerator[T] extends Generator[T]
Attributes
- Supertypes
class VectorGenerator[T] extends Generator[T]
Attributes
- Supertypes
In this article