Interface Transformer<E,W>

Type Parameters:
E - The wrapper type
W - The wrapped type
All Known Implementing Classes:
AbstractTransformer, FunctionalTransformer, MapEntryTransformer

public interface Transformer<E,W>
Performs type conversions.
Author:
AO Industries, Inc.