public abstract class MIMEConverter<I,O extends MIMEObject> extends AbstractConverter<I,O>
MIMEObjects.| Modifier and Type | Field and Description |
|---|---|
protected LogService |
log |
| Constructor and Description |
|---|
MIMEConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract O |
convert(I obj) |
<T> T |
convert(Object src,
Class<T> dest) |
Class<I> |
getInputType() |
Class<O> |
getOutputType() |
canConvert, canConvert, canConvert, canConvert, canConvert, convert, convert, getType, populateInputCandidates, supportsgetInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionprotected LogService log
Copyright © 2014–2022 ImageJ. All rights reserved.