Package io.vertx.up.secure.validation
Class ValidatorBundleLocator
- java.lang.Object
-
- io.vertx.up.secure.validation.ValidatorBundleLocator
-
- All Implemented Interfaces:
org.hibernate.validator.spi.resourceloading.ResourceBundleLocator
public class ValidatorBundleLocator extends Object implements org.hibernate.validator.spi.resourceloading.ResourceBundleLocator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceBundlegetResourceBundle(Locale locale)
-
-
-
Method Detail
-
getResourceBundle
public ResourceBundle getResourceBundle(Locale locale)
- Specified by:
getResourceBundlein interfaceorg.hibernate.validator.spi.resourceloading.ResourceBundleLocator
-
-