T - Given typepublic interface ValueMapper<T>
boolean handles(Class<?> type, Class<?>... parameters)
type - Type to be supportedparameters - Types that have to match in case type is generic typetrue if this is supported, false otherwiseT transform(String value) throws IllegalArgumentException
value - String value to be convertedIllegalArgumentException - If conversion was not possibleCopyright © 2015 JBoss by Red Hat. All rights reserved.