T - 型変換後に返す型@Published(tag="architect") public interface ExtensionConverter<T>
本インタフェースは、ロジックにより変換可能かを判断し型変換を行う場合に使用する。
| Modifier and Type | Method and Description | 
|---|---|
T | 
convert(java.lang.Class<? extends T> type,
       java.lang.Object src)
型変換を行う。 
 | 
boolean | 
isConvertible(java.lang.Class<?> type)
このコンバータで値変換できるか否か。 
 |