package macros
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
macro
class
defaultReader
[A] extends Annotation with StaticAnnotation
- Annotations
- @compileTimeOnly( ... )
-
macro
class
reader
extends Annotation with StaticAnnotation
- Annotations
- @compileTimeOnly( ... )
-
macro
class
readerOf
[A] extends Annotation with StaticAnnotation
- Annotations
- @compileTimeOnly( ... )
-
macro
class
readers
extends Annotation with StaticAnnotation
- Annotations
- @compileTimeOnly( ... )
Value Members
- object DefaultReaderMacro
-
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
- object ReaderMacros
-
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
- object ReadersMacro