Class |
Description |
DataSourceBuilder
|
NOTE: Forked from Spring Boot logic to avoid hard dependency on Boot. |
DataSourceBuilder.ReadOnlyDriverManagerDataSource
|
|
MultiTenantConnection
|
Allows restoring the target schema prior to releasing the connection to the pool in Multi-Tenant environment |
MultiTenantDataSource
|
A data source that wraps a target datasource for multi-tenancy |
OriginCapablePropertyValue
|
A org.springframework.beans.PropertyValue that can provide information about its origin. |
PropertyOrigin
|
The origin of a property, specifically its source and its name before any prefix was
removed. |
RelaxedConversionService
|
Internal org.springframework.core.convert.ConversionService used by RelaxedDataBinder to support
additional relaxed conversion. |
RelaxedConversionService.StringToCharArrayConverter
|
|
RelaxedConversionService.StringToEnumIgnoringCaseConverterFactory
|
Clone of Spring's package private StringToEnumConverterFactory, but ignoring the
case of the source. |
RelaxedConversionService.StringToEnumIgnoringCaseConverterFactory.StringToEnum
|
|
RelaxedDataBinder
|
Binder implementation that allows caller to bind to maps and also allows property names
to match a bit loosely (if underscores or dashes are removed and replaced with camel
case for example). |
RelaxedDataBinder.BeanPath
|
A path though properties of a bean. |
RelaxedDataBinder.MapHolder
|
Holder to allow Map targets to be bound. |
RelaxedDataBinder.BeanPath.ArrayIndexNode
|
|
RelaxedDataBinder.BeanPath.MapIndexNode
|
|
RelaxedDataBinder.BeanPath.PathNode
|
|
RelaxedDataBinder.BeanPath.PropertyNode
|
|
RelaxedNames
|
Generates relaxed name variations from a given source. |