public interface ImageFactoryService
ImageFactory interface.| Modifier and Type | Method and Description |
|---|---|
<T> Optional<ImageFactory<T>> |
getByImageType(Class<T> imageCls)
Get the
ImageFactory implementation by its image type. |
<T> Optional<ImageFactory<T>> getByImageType(Class<T> imageCls)
ImageFactory implementation by its image type.T - image typeimageCls - image type in Class object which is able to
be processed by the image factory implementation.Optional with possible ImageFactory implementation
if found.Copyright © 2020. All rights reserved.