Packages

package macros

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. macro class defaultReader [A] extends Annotation with StaticAnnotation
    Annotations
    @compileTimeOnly( ... )
  2. macro class reader extends Annotation with StaticAnnotation
    Annotations
    @compileTimeOnly( ... )
  3. macro class readerOf [A] extends Annotation with StaticAnnotation
    Annotations
    @compileTimeOnly( ... )
  4. macro class readers extends Annotation with StaticAnnotation
    Annotations
    @compileTimeOnly( ... )

Value Members

  1. object DefaultReaderMacro
  2. object ReaderMacro

    This macro extracts all the fields of a component and builds a Reader[A, ComponentType] instance requiring an implicit reader instance for each field type

  3. object ReaderMacros
  4. object ReaderOfMacro

    This macro extracts all the fields of a component and builds a Reader[A, ComponentType] instance requiring an implicit reader instance for each field type where A is the type referred by the readerOf[A] annotation

  5. object ReadersMacro

Ungrouped