@JsonObject(value="IImageTransformerFactory") public interface IImageTransformerFactory extends java.io.Serializable
IImageTransformer
. The parameters of the transformer should be
stored as serializable attributes of concrete implementations of this interface.Modifier and Type | Method and Description |
---|---|
IImageTransformer |
createTransformer()
Creates a transformer object based on the attributes of the factory.
|
IImageTransformer createTransformer()