Class MapWrapper
java.lang.Object
org.apache.ibatis.reflection.wrapper.BaseWrapper
org.apache.ibatis.reflection.wrapper.MapWrapper
- All Implemented Interfaces:
ObjectWrapper
- Author:
- Clinton Begin
-
Field Summary
Fields inherited from class org.apache.ibatis.reflection.wrapper.BaseWrapper
metaObject, NO_ARGUMENTS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
<E> void
findProperty
(String name, boolean useCamelCaseMapping) get
(PropertyTokenizer prop) String[]
Class<?>
getGetterType
(String name) String[]
Class<?>
getSetterType
(String name) boolean
boolean
instantiatePropertyValue
(String name, PropertyTokenizer prop, ObjectFactory objectFactory) boolean
void
set
(PropertyTokenizer prop, Object value) Methods inherited from class org.apache.ibatis.reflection.wrapper.BaseWrapper
getChildValue, getCollectionValue, resolveCollection, setChildValue, setCollectionValue
-
Field Details
-
map
-
-
Constructor Details
-
MapWrapper
-
-
Method Details
-
get
-
set
-
findProperty
-
getGetterNames
-
getSetterNames
-
getSetterType
-
getGetterType
-
hasSetter
-
hasGetter
-
instantiatePropertyValue
public MetaObject instantiatePropertyValue(String name, PropertyTokenizer prop, ObjectFactory objectFactory) -
isCollection
public boolean isCollection() -
add
-
addAll
-