public class CommentGetterFactory extends Object
CommentGetterのインスタンスを作成する。| コンストラクタと説明 |
|---|
CommentGetterFactory() |
public Optional<CommentGetter> create(Class<?> beanClass, String fieldName)
beanClass - フィールドが定義されているクラス情報fieldName - フィールドの名称IllegalArgumentException - beanClass == null or fieldName == nullIllegalArgumentException - fieldName.isEmpty() = trueCopyright © 2025 mygreen. All rights reserved.