AtomicTypeConverter dependency on ValueFactory
----------------------------------------------

         Key: GRFT-83
         URL: http://issues.apache.org/jira/browse/GRFT-83
     Project: Graffito
        Type: Improvement
  Components: JCR-Mapping  
    Versions: 1.0-a1-dev    
    Reporter: Alexandru Popescu
    Priority: Minor
 Attachments: AtomicTypeConverter-patch.txt

The atomic type converters are dependent on a ValueFactory which can be 
retrieved from the current 
Session. I would like to ask if it is possible to add a 
setValueFactory(ValueFactory) to the 
AtomicTypeConvert interface and make all the default implementors have both a 
no-arg constructor and the current one.
This will allow an easy creation of converters (((AtomicTypeConverter) 
converterClass.newInstance()).setValueFactory() instead of the longer version 
using the actual 
constructor).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to