com.lucidchart.relate

macros

package macros

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. macros
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Record extends Annotation with StaticAnnotation

    Annotations
    @compileTimeOnly( ... )
  2. case class RecordOption[A] extends Product with Serializable

  3. class RowParserImpl extends AnyRef

Value Members

  1. object RecordOption extends Serializable

  2. object RowParserImpl

  3. def generateParser[A](colMapping: Map[String, String]): RowParser[A]

    Annotations
    @macroImpl( ... )
  4. def generateParser[A]: RowParser[A]

    Annotations
    @macroImpl( ... )
  5. def generateSnakeParser[A]: RowParser[A]

    Annotations
    @macroImpl( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped