Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Accessors

length

  • get length(): number

Methods

check

  • check(checker: string | Checker, value: any, params?: Props, data?: Props, message?: string): string

checkByChecker

  • checkByChecker(checker: Checker, value: any, params?: Props, data?: Props, message?: string): string

checkByFn

checkByName

  • checkByName(key: string, value: any, params?: Props, data?: Props, message?: string): string

clear

  • clear(): void

containsKey

  • containsKey(key: string): boolean

containsValue

  • containsValue(value: Checker): boolean

entrySet

filter

  • filter<U>(predicate: function): Map<string, Checker>

forEach

  • forEach<T>(callback: function): boolean
  • Type parameters

    • T

    Parameters

    • callback: function
        • (item: Checker, key?: string): void | boolean
        • Parameters

          • item: Checker
          • Optional key: string

          Returns void | boolean

    Returns boolean

get

getOrDefault

isEmpty

  • isEmpty(): boolean

iterator

keySet

  • keySet(): Array<string>

map

  • map<U>(callback: function): Array<U>

put

putAll

remove

  • remove(key: string): boolean

setMessage

  • setMessage(key: string, message: string): void

setMessages

  • setMessages(messages: Props<string>): void

values

Static Private getMessage

  • getMessage(result: any, message: string): string

Static Private getParams

  • getParams(params: Props<any>, value: any): Props<any>

Generated using TypeDoc