T - create()メソッドの引数のクラスタイプ。R - create()メソッドの戻り値のタイプ。public interface BeanFactory<T,R>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
R |
create(T type)
引数Tのクラスタイプのインスタンスを返す。
|
R create(T type)
type - クラスタイプ。NullPointerException - type is null.SuperCsvReflectionException - インスタンスの作成に失敗した場合Copyright © 2025 mygreen. All rights reserved.