abstract class ProtoMacrosCommon extends AnyRef
- Source
- ProtoMacrosCommon.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProtoMacrosCommon
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProtoMacrosCommon(c: Context)
Abstract Value Members
- abstract def fromJsonConstantImpl[A <: GeneratedMessage](string: String)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A], arg1: GeneratedMessageCompanion[A]): scala.reflect.macros.blackbox.Context.Tree
- abstract def fromJsonImpl[A](json: scala.reflect.macros.blackbox.Context.Tree)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A]): scala.reflect.macros.blackbox.Context.Tree
-
abstract
def
protoString2Struct(string: String): scala.reflect.macros.blackbox.Context.Tree
- Attributes
- protected[this]
-
abstract
def
protoString2Value(string: String): scala.reflect.macros.blackbox.Context.Tree
- Attributes
- protected[this]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val ListValueLiftable: scala.reflect.macros.Universe.Liftable[ListValue]
- implicit val NullValueLiftable: scala.reflect.macros.Universe.Liftable[NullValue]
- implicit val StructLiftable: scala.reflect.macros.Universe.Liftable[Struct]
- implicit val ValueLiftable: scala.reflect.macros.Universe.Liftable[Value]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val c: Context
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fromJsonConstantImpl0[A <: GeneratedMessage](json: scala.reflect.macros.blackbox.Context.Tree)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A]): scala.reflect.macros.blackbox.Context.Tree
- def fromJsonDebugImpl(json: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
- def fromJsonEitherImpl[A](json: scala.reflect.macros.blackbox.Context.Tree)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A]): scala.reflect.macros.blackbox.Context.Tree
- def fromJsonOptImpl[A](json: scala.reflect.macros.blackbox.Context.Tree)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A]): scala.reflect.macros.blackbox.Context.Tree
- def fromJsonTryImpl[A](json: scala.reflect.macros.blackbox.Context.Tree)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A]): scala.reflect.macros.blackbox.Context.Tree
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def protoStructInterpolation(): scala.reflect.macros.blackbox.Context.Tree
- def protoValueInterpolation(): scala.reflect.macros.blackbox.Context.Tree
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()