Printer

scalapb.json4s.Printer
See thePrinter companion object
class Printer

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Constructors

def this()

Deprecated constructors

def this(includingDefaultValueFields: Boolean, preservingProtoFieldNames: Boolean, formattingLongAsNumber: Boolean, formattingEnumsAsNumber: Boolean, mapEntriesAsKeyValuePairs: Boolean, formatRegistry: FormatRegistry, typeRegistry: TypeRegistry)

Attributes

Deprecated
true

Concrete methods

def serializeSingleValue(fd: FieldDescriptor, value: PValue): JValue
def serializeSingleValue(fd: FieldDescriptor, value: PValue, formattingLongAsNumber: Boolean): JValue
def toJson[A <: GeneratedMessage](m: A): JValue