public interface Transform
Modifier and Type | Method and Description |
---|---|
Object |
transform(Value value)
This method transforms a value of the source type into a value of the target type.
|
Object transform(Value value) throws ValueFormatException, RepositoryException
value
- Incoming value of source typeValueFormatException
- if value is an incorrect input typeRepositoryException
- if unable to obtain value from repository the transformation failsCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.