Class BaseWrapper
java.lang.Object
org.apache.ibatis.reflection.wrapper.BaseWrapper
- All Implemented Interfaces:
ObjectWrapper
- Direct Known Subclasses:
BeanWrapper
,MapWrapper
public abstract class BaseWrapper extends Object implements ObjectWrapper
- Author:
- Clinton Begin
-
Field Summary
Fields Modifier and Type Field Description protected MetaObject
metaObject
protected static Object[]
NO_ARGUMENTS
-
Constructor Summary
Constructors Modifier Constructor Description protected
BaseWrapper(MetaObject metaObject)
-
Method Summary
Modifier and Type Method Description protected Object
getCollectionValue(PropertyTokenizer prop, Object collection)
protected Object
resolveCollection(PropertyTokenizer prop, Object object)
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
-