Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
BeanUtils1 supports automatic type conversion when setting properties. This should be added to BeanUtils2.
A problem of the implementation of BeanUtils1 is, that the registry of converts is cached in the BeanUtils class. BeanUtils2 should provide an API for creating new instances of the o.a.c.beanutils2.BeanUtils with a customized typ conversion registry.
Attachments
Attachments
Issue Links
- is related to
-
BEANUTILS-481 [beanutils2] Support for nested properties and automatic conversion.
- Open
1.
|
Add Builder API for defining type conversion | Resolved | Benedikt Ritter | |
2.
|
Create default set of converters for BeanUtils default instance | Open | Unassigned | |
3.
|
Add API for customizing converters used by BeanUtils instance | Open | Unassigned | |
4.
|
Remove Transformer<S, T> in favor of java.util.function.Function<S, T> | Resolved | Benedikt Ritter | |
5.
|
Use 'Converter' instead of 'Transformer' | Resolved | Benedikt Ritter |