public abstract class AbstractTransformer<S,T> extends Object implements Transformer<S,T>
Constructor and Description |
---|
AbstractTransformer() |
Modifier and Type | Method and Description |
---|---|
Type |
getSourceType() |
Type |
getTargetType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convert
public AbstractTransformer()
public final Type getSourceType()
getSourceType
in interface Transformer<S,T>
public final Type getTargetType()
getTargetType
in interface Transformer<S,T>
Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.