クラス BeanPropertySqlTemplateContextTest.NestedParam
- java.lang.Object
-
- com.github.mygreen.splate.BeanPropertySqlTemplateContextTest.NestedParam
-
- 含まれているクラス:
- BeanPropertySqlTemplateContextTest
public static final class BeanPropertySqlTemplateContextTest.NestedParam extends Object
ネストしたBeanのパラメータ
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static classBeanPropertySqlTemplateContextTest.NestedParam.NestedParamBuilderstatic classBeanPropertySqlTemplateContextTest.NestedParam.PK
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 private BeanPropertySqlTemplateContextTest.NestedParam.PKpkprivate StringtelNumber
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 NestedParam(BeanPropertySqlTemplateContextTest.NestedParam.PK pk, String telNumber)
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 static BeanPropertySqlTemplateContextTest.NestedParam.NestedParamBuilderbuilder()booleanequals(Object o)BeanPropertySqlTemplateContextTest.NestedParam.PKgetPk()StringgetTelNumber()inthashCode()StringtoString()
-
-
-
フィールドの詳細
-
pk
private final BeanPropertySqlTemplateContextTest.NestedParam.PK pk
-
telNumber
private final String telNumber
-
-
コンストラクタの詳細
-
NestedParam
NestedParam(BeanPropertySqlTemplateContextTest.NestedParam.PK pk, String telNumber)
-
-
メソッドの詳細
-
builder
public static BeanPropertySqlTemplateContextTest.NestedParam.NestedParamBuilder builder()
-
getPk
public BeanPropertySqlTemplateContextTest.NestedParam.PK getPk()
-
getTelNumber
public String getTelNumber()
-
-