Package

org.zalando.grafter

macros

Permalink

package macros

Visibility
  1. Public
  2. All

Type Members

  1. macro class defaultReader[A] extends Annotation with StaticAnnotation

    Permalink
    Annotations
    @compileTimeOnly( ... )
  2. macro class reader extends Annotation with StaticAnnotation

    Permalink
    Annotations
    @compileTimeOnly( ... )
  3. macro class readerOf[A] extends Annotation with StaticAnnotation

    Permalink
    Annotations
    @compileTimeOnly( ... )
  4. macro class readers extends Annotation with StaticAnnotation

    Permalink
    Annotations
    @compileTimeOnly( ... )

Value Members

  1. object DefaultReaderMacro

    Permalink
  2. object ReaderMacro

    Permalink

    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

    Permalink
  4. object ReaderOfMacro

    Permalink

    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

    Permalink

Ungrouped