Packages

object RejectionHandler

Source
RejectionHandler.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RejectionHandler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class Builder extends AnyRef

Value Members

  1. def applyTransformations(rejections: Seq[Rejection]): Seq[Rejection]

    Filters out all TransformationRejections from the given sequence and applies them (in order) to the remaining rejections.

  2. final val default: RejectionHandler

    Default RejectionHandler instance.

  3. def newBuilder(): Builder

    Creates a new RejectionHandler builder.