Object

profig

Macros

Related Doc: package profig

Permalink

object Macros

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Macros
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def as[T](c: Context)(implicit t: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[T]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def asWithDefault[T](c: Context)(default: scala.reflect.macros.blackbox.Context.Tree)(implicit t: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[T]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def decoder[T](c: Context)(implicit t: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Decoder[T]]

    Permalink
  9. def encoder[T](c: Context)(implicit t: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Encoder[T]]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def exportedDecoder[T](c: Context)(implicit t: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Exported[Decoder[T]]]

    Permalink
  13. def exportedEncoder[T](c: Context)(implicit t: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Exported[Encoder[T]]]

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fromJson[T](c: Context)(json: scala.reflect.macros.blackbox.Context.Tree)(implicit t: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[T]

    Permalink
  16. def fromJsonString[T](c: Context)(jsonString: scala.reflect.macros.blackbox.Context.Expr[String])(implicit t: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[T]

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def load(c: Context)(entries: scala.reflect.macros.blackbox.Context.Expr[ProfigLookupPath]*): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  21. def loadDefaults(c: Context)(): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  22. def loadDefaultsMacro(c: Context)(): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  23. def loadJS(c: Context)(entries: scala.reflect.macros.blackbox.Context.Expr[ProfigLookupPath]*): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  24. def loadJVM(c: Context)(entries: scala.reflect.macros.blackbox.Context.Expr[ProfigLookupPath]*): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def opt[T](c: Context)(implicit t: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Option[T]]

    Permalink
  29. def store[T](c: Context)(value: scala.reflect.macros.blackbox.Context.Expr[T])(implicit t: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Unit]

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toJson[T](c: Context)(value: scala.reflect.macros.blackbox.Context.Expr[T])(implicit t: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  32. def toJsonString[T](c: Context)(value: scala.reflect.macros.blackbox.Context.Expr[T])(implicit t: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[String]

    Permalink
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped