| AbstractConverter<SOURCE,TARGET> |
Abstract implementation of the Converter interface that also supports the Populator interface.
|
| AbstractConverterUnitTest |
For testing AbstractConverter, especially it's optimizations for injected beans and
collection conversion.
|
| AbstractPopulatingConverter<SOURCE,TARGET> |
Populating converter that uses a list of configured populators to populate the target during conversion.
|
| ChildBeanPostProcessorStrategy |
A strategy for applying modification to target bean and all its child beans according to bean definition.
|
| DefaultModifableConfigurablePopulator<SOURCE,TARGET,OPTION> |
|
| DefaultPopulatorList<SOURCE,TARGET> |
Populator that uses a list of configured populators to populate the target.
|
| DummyConverterForMockito |
|
| ModifableConfigurablePopulatorPostProcessor |
This is BeanPostProcessor for modifying populators in existing ModifiableConfigurablePopulaotr beans or any parent in
spring declaration.
|
| ModifyPopulatorList<SOURCE,TARGET> |
Spring Bean used to configure modifications to existing populator lists.
|
| ModifyPopulatorListBeanPostProcessor |
This is BeanPostProcessor for adding populators into existing populatorList or any parent in spring declaration.
|
| ModifyPopulatorListBeanPostProcessorTest |
|
| ModifyPopulatorListBeanPostProcessorTest.APopulator |
|
| ModifyPopulatorListBeanPostProcessorTest.BPopulator |
|
| ModifyPopulatorListBeanPostProcessorTest.CPopulator |
|
| ModifyPopulatorListBeanPostProcessorTest.Data |
|
| ModifyPopulatorListBeanPostProcessorTest.DPopulator |
|
| NoOpPopulator<SOURCE,TARGET> |
No operations populator - can be injected into the list of populators for a converter that requires no populators at the time of definition,
i.e.
|
| TestClassForConversion |
|