public class BootstrapConfigurationImpl extends Object implements BootstrapConfiguration
| Constructor and Description |
|---|
BootstrapConfigurationImpl() |
BootstrapConfigurationImpl(String defaultProviderClassName,
String constraintValidatorFactoryClassName,
String messageInterpolatorClassName,
String traversableResolverClassName,
String parameterNameProviderClassName,
Set<String> constraintMappingResourcePaths,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getConstraintMappingResourcePaths() |
String |
getConstraintValidatorFactoryClassName() |
String |
getDefaultProviderClassName() |
String |
getMessageInterpolatorClassName() |
String |
getParameterNameProviderClassName() |
Map<String,String> |
getProperties() |
String |
getTraversableResolverClassName() |
String |
toString() |
public BootstrapConfigurationImpl()
public BootstrapConfigurationImpl(String defaultProviderClassName, String constraintValidatorFactoryClassName, String messageInterpolatorClassName, String traversableResolverClassName, String parameterNameProviderClassName, Set<String> constraintMappingResourcePaths, Map<String,String> properties)
public String getDefaultProviderClassName()
getDefaultProviderClassName in interface BootstrapConfigurationpublic String getConstraintValidatorFactoryClassName()
getConstraintValidatorFactoryClassName in interface BootstrapConfigurationpublic String getMessageInterpolatorClassName()
getMessageInterpolatorClassName in interface BootstrapConfigurationpublic String getTraversableResolverClassName()
getTraversableResolverClassName in interface BootstrapConfigurationpublic String getParameterNameProviderClassName()
getParameterNameProviderClassName in interface BootstrapConfigurationpublic Set<String> getConstraintMappingResourcePaths()
getConstraintMappingResourcePaths in interface BootstrapConfigurationpublic Map<String,String> getProperties()
getProperties in interface BootstrapConfigurationCopyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved