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 © 2022 mygreen. All rights reserved.