Packages

object DeserializerConf extends Serializable

Companion object to hold implicit: com.celadari.jsonlogicscala.deserialize.DeserializerConf, mapping of default unmarshallers (type_codename -> Unmarshaller), method to create a custom configuration.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeserializerConf
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val DEFAULT_UNMARSHALLERS: Map[String, Unmarshaller]

    Maps default type_codenames to default unmarshallers.

  2. def createConf(path: String = "META-INF/services/", unmarshallersManualAdd: Map[String, Unmarshaller] = DEFAULT_UNMARSHALLERS, isPriorityToManualAdd: Boolean = true): DeserializerConf

    Returns a custom deserializer configuration.

    Returns a custom deserializer configuration.

    returns

    custom deserializer configuration.

  3. implicit val deserializerConf: DeserializerConf