Class DefaultValidatorProvider

  • All Implemented Interfaces:
    Supplier<javax.validation.Validator>

    public class DefaultValidatorProvider
    extends Object
    implements Supplier<javax.validation.Validator>
    This is the default validator provider. It creates a validator instance with the default message interpolator wrapped inside a SessionLocaleInterpolator so it is aware of Wicket's locale. Only one instance of the Validator is created.
    Author:
    igor
    • Method Detail

      • get

        public javax.validation.Validator get()
        Specified by:
        get in interface Supplier<javax.validation.Validator>