java.lang.Object
org.nkjmlab.sorm4j.context.FieldAccessor
Field accessor mapping to the columnName.
- 作成者:
- nkjm
-
コンストラクタの詳細
-
FieldAccessor
-
-
メソッドの詳細
-
get
public Object get(Object object) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException Gets the value from the corresponding field by getter method/field access.- パラメータ:
object-- 戻り値:
- 例外:
IllegalAccessExceptionIllegalArgumentExceptionInvocationTargetException
-
set
public void set(Object object, Object value) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException Sets the given value to the corresponding field by setter method/field access.- パラメータ:
object-value-- 例外:
IllegalAccessExceptionIllegalArgumentExceptionInvocationTargetException
-
getSetterParameterType
Gets parameter type of setter method/field access.- 戻り値:
-
getGetterReturnType
-
toString
-
getFormattedString
-