class Parser
- Companion:
- object
- Source:
- JsonFormat.scala
class Object
trait Matchable
class Any
Value members
Constructors
Deprecated constructors
@deprecated(message = "Use new Parser() and chain with usingTypeRegistry or formatRegistry", since = "0.6.0-M1")
def this(preservingProtoFieldNames: Boolean, formatRegistry: FormatRegistry, typeRegistry: TypeRegistry)
- Deprecated
[Since version 0.6.0-M1]
Use new Parser() and chain with usingTypeRegistry or formatRegistry- Source:
- JsonFormat.scala
Concrete methods
def fromJsonString[A <: GeneratedMessage](str: String)(implicit cmp: GeneratedMessageCompanion[A]): A
- Source:
- JsonFormat.scala