builder/core library

Core builder functionality and chain logic.

This file contains the fundamental building blocks for the fluent validator builder:

  • Chain: Internal accumulator for builder chains
  • CustomPivot: Extensibility mechanism for custom transformations
  • BaseBuilder: Base functionality shared by all typed builders

Classes

BaseBuilder<B extends BaseBuilder<B, T>, T>
Base functionality shared by all typed builders.
Chain
Internal accumulator for a builder chain.
CustomPivot
Represents a custom pivot for extensibility.

Enums

CoercionKind
Kind of coercion applied to the chain (single pivot allowed).