Details
-
Type:
Sub-task
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.1 M1
-
Fix Version/s: None
-
Component/s: General
-
Labels:None
-
Number of attachments :
Description
Currently, it is impossible to enlist the available properties programmatically. As part of JAXB 2.0 integration work (CASTOR-1768), it would be nice to be able to check whether a given property name (as passed to a setProperty method) actually exists before trying to set the value of such a property.
Issue Links
- is depended upon by
-
CASTOR-1769
Add set-/getProperty() methods onto (Un-)Marshaller
-
Is there any other way than adding a static enlist() style method to Configuration.Property that returns a collection of available properties ?