Java Doc for AttributeConverter.java in » Ajax » GWT » com » google » gwt » dev » util » xml » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Converts from a string to the type needed.
Does not throw conversion-related exceptions.
Parameters: value - the value to convert Parameters: schema - used to report conversion problemsthe argument converted to a form that is expected to compatible withthe associated parameter and will work for a reflection "invoke()" call;null if the conversion failed.