T - 変換対象の型public abstract class CollectionExtensionConverterSupport<T extends java.util.Collection> extends java.lang.Object implements ExtensionConverter<T>
Collectionへの型変換をサポートするクラス。| Constructor and Description |
|---|
CollectionExtensionConverterSupport() |
| Modifier and Type | Method and Description |
|---|---|
T |
convert(java.lang.Class<? extends T> type,
java.lang.Object src)
型変換を行う。
|
protected abstract T |
createInstance(java.lang.Class<? extends T> type)
インスタンスを生成する。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisConvertiblepublic T convert(java.lang.Class<? extends T> type, java.lang.Object src)
ExtensionConverterconvert in interface ExtensionConverter<T extends java.util.Collection>type - 変換対象の型src - 変換元オブジェクト