All Tags »
reflector »
constructor (RSS)
Sorry, but there are no more tags available to filter with.
-
montechristos:Will implementing a custom reflector also allow us to do the inverse job of instantiating our objects using a custom factory?
Yes. Please check ReflectClass#newInstance() and ReflectClass#getDeclaredConstructors().
Best regards,Patrick
-
hjorthboggild:According to the tutorial: Db4o can also bypass the constructors declared for this class
using platform-specific mechanisms. (For Java, this option is only
available on JREs >= 1.4.) ... If this option is available in the current runtime environment, it will be the default setting.
I'm using db4o with the ...