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 BootstrapConfiguration
public String getConstraintValidatorFactoryClassName()
getConstraintValidatorFactoryClassName
in interface BootstrapConfiguration
public String getMessageInterpolatorClassName()
getMessageInterpolatorClassName
in interface BootstrapConfiguration
public String getTraversableResolverClassName()
getTraversableResolverClassName
in interface BootstrapConfiguration
public String getParameterNameProviderClassName()
getParameterNameProviderClassName
in interface BootstrapConfiguration
public Set<String> getConstraintMappingResourcePaths()
getConstraintMappingResourcePaths
in interface BootstrapConfiguration
public boolean isExecutableValidationEnabled()
isExecutableValidationEnabled
in interface BootstrapConfiguration
public Set<ExecutableType> getDefaultValidatedExecutableTypes()
getDefaultValidatedExecutableTypes
in interface BootstrapConfiguration
public Map<String,String> getProperties()
getProperties
in interface BootstrapConfiguration
Copyright © 2010–2024 The Apache Software Foundation. All rights reserved.