Package javax.validation.spi

Examples of javax.validation.spi.ConfigurationState


    // TODO(nchalko) implement.
    return this;
  }

  public final ValidatorFactory buildValidatorFactory() {
    ConfigurationState configurationState = new GwtConfigurationState();
    return provider.buildValidatorFactory(configurationState);
  }
View Full Code Here

TOP

Related Classes of javax.validation.spi.ConfigurationState

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.