Package

com.snowplowanalytics.iglu

client

Permalink

package client

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

Type Members

  1. final case class Client[F[_], A](resolver: Resolver[F], validator: Validator[A]) extends Product with Serializable

    Permalink

    Umbrella entity, able to perform all necessary actions: - resolve schema - validate schema - validate datum against the schema

    Umbrella entity, able to perform all necessary actions: - resolve schema - validate schema - validate datum against the schema

    Almost identical to pre-0.6.0 resolver

  2. sealed trait ClientError extends Product with Serializable

    Permalink

    Common type for Resolver's and Validator's errors

  3. type Resolver[F[_]] = client.resolver.Resolver[F]

    Permalink
  4. type Validator[A] = client.validator.Validator[A]

    Permalink

Value Members

  1. val CirceValidator: client.validator.CirceValidator.type

    Permalink
  2. object Client extends Serializable

    Permalink
  3. object ClientError extends Serializable

    Permalink
  4. val Resolver: client.resolver.Resolver.type

    Permalink
  5. package resolver

    Permalink
  6. package validator

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped