public class BootstrapConfigurationImpl extends Object implements BootstrapConfiguration
| Constructor and Description |
|---|
BootstrapConfigurationImpl(String defaultProviderClassName,
String constraintValidatorFactoryClassName,
String messageInterpolatorClassName,
String traversableResolverClassName,
String parameterNameProviderClassName,
EnumSet<ExecutableType> validatedExecutableTypes,
boolean isExecutableValidationEnabled,
Set<String> constraintMappingResourcePaths,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getConstraintMappingResourcePaths() |
String |
getConstraintValidatorFactoryClassName() |
static BootstrapConfiguration |
getDefaultBootstrapConfiguration() |
String |
getDefaultProviderClassName() |
Set<ExecutableType> |
getDefaultValidatedExecutableTypes() |
String |
getMessageInterpolatorClassName() |
String |
getParameterNameProviderClassName() |
Map<String,String> |
getProperties() |
String |
getTraversableResolverClassName() |
boolean |
isExecutableValidationEnabled() |
String |
toString() |
public BootstrapConfigurationImpl(String defaultProviderClassName, String constraintValidatorFactoryClassName, String messageInterpolatorClassName, String traversableResolverClassName, String parameterNameProviderClassName, EnumSet<ExecutableType> validatedExecutableTypes, boolean isExecutableValidationEnabled, Set<String> constraintMappingResourcePaths, Map<String,String> properties)
public static BootstrapConfiguration getDefaultBootstrapConfiguration()
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 boolean isExecutableValidationEnabled()
isExecutableValidationEnabled in interface BootstrapConfigurationpublic Set<ExecutableType> getDefaultValidatedExecutableTypes()
getDefaultValidatedExecutableTypes in interface BootstrapConfigurationpublic Map<String,String> getProperties()
getProperties in interface BootstrapConfigurationCopyright © 2007-2014 Red Hat, Inc. All Rights Reserved