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 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 © 2007-2017 Red Hat, Inc. All Rights Reserved