public class BootstrapConfigurationImpl extends Object implements BootstrapConfiguration
| Constructor and Description |
|---|
BootstrapConfigurationImpl(String defaultProviderClassName,
String constraintValidatorFactoryClassName,
String messageInterpolatorClassName,
String traversableResolverClassName,
String parameterNameProviderClassName,
Set<String> constraintMappingResourcePaths,
boolean executableValidationEnabled,
Set<ExecutableType> defaultValidatedExecutableTypes,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getConstraintMappingResourcePaths() |
String |
getConstraintValidatorFactoryClassName() |
String |
getDefaultProviderClassName() |
Set<ExecutableType> |
getDefaultValidatedExecutableTypes() |
String |
getMessageInterpolatorClassName() |
String |
getParameterNameProviderClassName() |
Map<String,String> |
getProperties() |
String |
getTraversableResolverClassName() |
boolean |
isExecutableValidationEnabled() |
public BootstrapConfigurationImpl(String defaultProviderClassName, String constraintValidatorFactoryClassName, String messageInterpolatorClassName, String traversableResolverClassName, String parameterNameProviderClassName, Set<String> constraintMappingResourcePaths, boolean executableValidationEnabled, Set<ExecutableType> defaultValidatedExecutableTypes, 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 boolean isExecutableValidationEnabled()
isExecutableValidationEnabled in interface BootstrapConfigurationpublic Set<ExecutableType> getDefaultValidatedExecutableTypes()
getDefaultValidatedExecutableTypes in interface BootstrapConfigurationpublic Map<String,String> getProperties()
getProperties in interface BootstrapConfigurationCopyright © 2010–2024 The Apache Software Foundation. All rights reserved.