Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for creating beans using a factory method #81

Open
GoogleCodeExporter opened this issue Mar 27, 2015 · 1 comment
Open

Add support for creating beans using a factory method #81

GoogleCodeExporter opened this issue Mar 27, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Something like factory="com.example.Example#newInstance", where newInstance() 
is a static method on the Example class.

Original issue reported on code.google.com by [email protected] on 15 Jun 2013 at 6:38

@GoogleCodeExporter
Copy link
Author

BTW: Fully pluggable bean creation would be great (same as property access).
I've created a feature to build classes on the fly if they are not available, 
but had to replace StreamCompiler and work with *Config obects because bean 
creation is not pluggable.

Original comment by [email protected] on 9 Jan 2014 at 3:26

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants