DecoderParams

case class DecoderParams(tolerantBundleDecoding: Boolean, tolerateProfileErrors: Boolean, flexibleCardinality: Boolean, decodePrimitiveExtensions: Boolean, createPhantomValues: Boolean, ignoreUnknownFields: Boolean, logOnBadProfile: Boolean, logOnMissingExtension: Boolean, tolerateExtensionErrors: Boolean, decodeSpecificExtensions: Boolean)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product