Releases: org-kepe/beancp
Releases · org-kepe/beancp
2.0.12
1.add some support for VarSql
2.Optimization error prompt
3.Fix the issue of invalid constructor BeancpProperty annotation.
4.Added the registerPropertyGetAndSet API for custom property set and get
2.0.10
1.Slightly optimized the conversion efficiency when converting types
such as map, list, set, array, etc
2.Supports converting List, set, and Array types to non collection types
3.Supports converting non collection types to List, set, and Array types
4.Fix the bug where the set method converts errors when it returns a
value
5.Add some basic APIs for the future
2.0.9
1.getProperty and setProperty API support Map
2.Optimize performance issues for certain abnormal situations
3.Fix the issue of conversion failure when converting generics to entity classes in certain situations
2.0.7
1.Fix the bug where the clone API only returns the original object
2.Support maven-shade-plugin
3.Add new parameters for clone, setProperty, and getProperty for more
complex scenarios
2.0.6
add registerTypeConversion api for Custom Type Conversion
2.0.5
1.add annotation @BeancpIgnore @BeancpProperty
2.add api clone getProperty setProperty
2.0.4
type api suport array type
2.0.3
The basic function is to copy beans (copy from bean to bean), and and others also support converting beans to Maps, lists to lists, strings to dates...