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