Class CollectionWrapper
java.lang.Object
org.apache.ibatis.reflection.wrapper.CollectionWrapper
- All Implemented Interfaces:
ObjectWrapper
- Author:
- Clinton Begin
-
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)
-
Constructor Details
-
CollectionWrapper
-
-
Method Details
-
get
- Specified by:
get
in interfaceObjectWrapper
-
set
- Specified by:
set
in interfaceObjectWrapper
-
findProperty
- Specified by:
findProperty
in interfaceObjectWrapper
-
getGetterNames
- Specified by:
getGetterNames
in interfaceObjectWrapper
-
getSetterNames
- Specified by:
getSetterNames
in interfaceObjectWrapper
-
getSetterType
- Specified by:
getSetterType
in interfaceObjectWrapper
-
getGetterType
- Specified by:
getGetterType
in interfaceObjectWrapper
-
hasSetter
- Specified by:
hasSetter
in interfaceObjectWrapper
-
hasGetter
- Specified by:
hasGetter
in interfaceObjectWrapper
-
instantiatePropertyValue
public MetaObject instantiatePropertyValue(String name, PropertyTokenizer prop, ObjectFactory objectFactory) - Specified by:
instantiatePropertyValue
in interfaceObjectWrapper
-
isCollection
public boolean isCollection()- Specified by:
isCollection
in interfaceObjectWrapper
-
add
- Specified by:
add
in interfaceObjectWrapper
-
addAll
- Specified by:
addAll
in interfaceObjectWrapper
-