ValidatorForPredicate

sttp.tapir.codec.refined.ValidatorForPredicate
See theValidatorForPredicate companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def validationErrors(value: V, refinedErrorMessage: String): List[ValidationError[_]]
def validator: Validator[V]