クラス BeanPropertySqlTemplateContextTest.NestedParam
- java.lang.Object
-
- com.github.mygreen.splate.BeanPropertySqlTemplateContextTest.NestedParam
-
- 含まれているクラス:
- BeanPropertySqlTemplateContextTest
public static final class BeanPropertySqlTemplateContextTest.NestedParam extends Object
ネストしたBeanのパラメータ
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static class
BeanPropertySqlTemplateContextTest.NestedParam.NestedParamBuilder
static class
BeanPropertySqlTemplateContextTest.NestedParam.PK
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 private BeanPropertySqlTemplateContextTest.NestedParam.PK
pk
private String
telNumber
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 NestedParam(BeanPropertySqlTemplateContextTest.NestedParam.PK pk, String telNumber)
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 static BeanPropertySqlTemplateContextTest.NestedParam.NestedParamBuilder
builder()
boolean
equals(Object o)
BeanPropertySqlTemplateContextTest.NestedParam.PK
getPk()
String
getTelNumber()
int
hashCode()
String
toString()
-
-
-
フィールドの詳細
-
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()
-
-