Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
Package dev.rafex.ether.config.validation

Declarative validation annotations and validators for bound configuration records. More...

Classes

class  ConfigValidator
interface  Max
interface  Min
interface  NotBlank
interface  Pattern
interface  Required
interface  Size
interface  Valid

Functions

record ConfigViolation (String path, String message)

Detailed Description

Declarative validation annotations and validators for bound configuration records.

Function Documentation

◆ ConfigViolation()

record dev.rafex.ether.config.validation.ConfigViolation ( String path,
String message )

Definition at line 29 of file ConfigViolation.java.