Package

com.snowplowanalytics.iglu.client

validation

Permalink

package validation

Visibility
  1. Public
  2. All

Type Members

  1. class ProcMsgString extends AnyRef

    Permalink

    A wrapper to make it easy to convert a String to a ProcessingMessage.

  2. class ProcMsgValidation[+A] extends AnyRef

    Permalink

    A wrapper for the Scalaz Validation, to make it easy to convert Strings to ProcessingMessages on the Failure side of Validations.

  3. class ProcMsgValidationNel[+A] extends AnyRef

    Permalink

    A wrapper for the Scalaz Validation, to make it easy to convert Strings to ProcessingMessages on the Failure side of Validations.

  4. trait Validatable[JsonAST] extends AnyRef

    Permalink

    Interface common for JSON AST that can be validated with Resolver

    Interface common for JSON AST that can be validated with Resolver

    JsonAST

    AST to validate (jackson JsonNode or JValue)

Value Members

  1. object ProcessingMessageMethods

    Permalink

    Makes it easier to work with ProcessingMessages.

  2. object SchemaValidation

    Permalink
  3. object ValidatableJValue extends Validatable[JValue]

    Permalink
  4. object ValidatableJsonMethods extends Validatable[JsonNode]

    Permalink

Ungrouped