T - Given typepublic interface ValueMapper<T>
boolean handles(Class<?> type)
type - Type to be supportedtrue if this is supported, false otherwiseT transform(String value) throws IllegalArgumentException
value - String value to be convertedIllegalArgumentException - If conversion was not possibleCopyright © 2012 JBoss by Red Hat. All Rights Reserved.