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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectgetCollectionValue(PropertyTokenizer prop, Object collection) protected ObjectresolveCollection(PropertyTokenizer prop, Object object) protected voidsetCollectionValue(PropertyTokenizer prop, Object collection, Object value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-