InputClassBasedTransformer.Class of input which is acceptable for transformation.Acceptor, which could be used to verify if the input is
usable by transformer.Transformer which accepts / transforms only specific classes of
input, and is useful if the selection of transformer should be based on the
class of the input and there is one-to-one mapping between input class and
transformer.Acceptors, which could be used to
verify if the input will produce result using the transformer.SimpleConditionalTransformer.isAcceptable(Object) method,
which could be used to query transformer if the input will produce
result.Copyright © 2015. All Rights Reserved.