public interface BindingTypeDef
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
MAY_NAME |
static String |
MUST_NAME |
static String |
NONE_NAME |
static String |
SHOULD_NAME |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
bind(ComponentDef componentDef,
PropertyDef propertyDef,
Field field,
Object component) |
void |
bind(ComponentDef componentDef,
PropertyDef propertyDef,
PropertyDesc propertyDesc,
Object component) |
String |
getName() |
String getName()
void bind(ComponentDef componentDef, PropertyDef propertyDef, PropertyDesc propertyDesc, Object component)
componentDef - propertyDef - propertyDesc - component - BeanIllegalPropertyExceptionvoid bind(ComponentDef componentDef, PropertyDef propertyDef, Field field, Object component)
componentDef - propertyDef - field - component - BeanIllegalPropertyExceptionIllegalAccessRuntimeExceptionCopyright © 2015–2018 The DBFlute Project. All rights reserved.