Package

com.ing.baker

types

Permalink

package types

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. types
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class AsValueAddition extends AnyRef

    Permalink
  2. case class EnumType(options: Set[String]) extends Type with Product with Serializable

    Permalink
  3. case class ListType(entryType: Type) extends Type with Product with Serializable

    Permalink
  4. case class ListValue(entries: List[Value]) extends Value with Product with Serializable

    Permalink
  5. case class MapType(valueType: Type) extends Type with Product with Serializable

    Permalink
  6. case class OptionType(entryType: Type) extends Type with Product with Serializable

    Permalink
  7. case class PrimitiveType(clazz: Class[_]) extends Type with Product with Serializable

    Permalink
  8. case class PrimitiveValue(value: Any) extends Value with Product with Serializable

    Permalink
  9. case class RecordField(name: String, type: Type) extends Product with Serializable

    Permalink
  10. case class RecordType(fields: Seq[RecordField]) extends Type with Product with Serializable

    Permalink
  11. case class RecordValue(entries: Map[String, Value]) extends Value with Product with Serializable

    Permalink
  12. sealed trait Type extends AnyRef

    Permalink
  13. sealed trait Value extends Serializable

    Permalink

Value Members

  1. object Converters

    Permalink
  2. object NullValue extends Value with Product with Serializable

    Permalink

    Indicates the absence of a value.

    Indicates the absence of a value.

    null, void, none, empty, etc...

  3. def isPrimitiveValue(obj: Any): Boolean

    Permalink
  4. val isoDateTimeFormatter: DateTimeFormatter

    Permalink
  5. val javaPrimitiveMappings: Map[Class[_], Class[_]]

    Permalink
  6. val supportedPrimitiveClasses: Set[Class[_]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped