Class BaseWrapper
java.lang.Object
org.apache.ibatis.reflection.wrapper.BaseWrapper
- All Implemented Interfaces:
ObjectWrapper
- Direct Known Subclasses:
BeanWrapper
,MapWrapper
- Author:
- Clinton Begin
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Object
protected Object
getCollectionValue
(PropertyTokenizer prop, Object collection) protected Object
resolveCollection
(PropertyTokenizer prop, Object object) protected void
setChildValue
(PropertyTokenizer prop, Object value) protected void
setCollectionValue
(PropertyTokenizer prop, Object collection, Object value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
add, addAll, findProperty, get, getGetterNames, getGetterType, getSetterNames, getSetterType, hasGetter, hasSetter, instantiatePropertyValue, isCollection, set
-
Field Details
-
NO_ARGUMENTS
-
metaObject
-
-
Constructor Details
-
BaseWrapper
-
-
Method Details
-
resolveCollection
-
getCollectionValue
-
setCollectionValue
-
getChildValue
-
setChildValue
-