public abstract class MIMEConverter<I,O extends MIMEObject> extends AbstractConverter<I,O>
MIMEObject
s.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, supports
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
protected LogService log
Copyright © 2014–2022 ImageJ. All rights reserved.