T
- Transformer typepublic interface Transformer<T>
Modifier and Type | Method and Description |
---|---|
T |
transform(Resource resource)
Transforms a
Resource into another representation of type
T . |
T transform(Resource resource) throws TransformationException
Resource
into another representation of type
T
.resource
- Resource to transformnull
if Resource
is not transformable into this type.TransformationException
- if transformation fails"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"