Class TuaEntityMapper<SOURCE,TARGET>
java.lang.Object
ma.glasnost.orika.CustomMapper<A,B>
de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<SOURCE,TARGET>
de.hybris.platform.tuawebservicesresources.mappers.TuaEntityMapper<SOURCE,TARGET>
- All Implemented Interfaces:
ma.glasnost.orika.MappedTypePair<SOURCE,,TARGET> ma.glasnost.orika.Mapper<SOURCE,TARGET>
public class TuaEntityMapper<SOURCE,TARGET>
extends de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<SOURCE,TARGET>
This Mapper class maps data between resource
TuaEntityMapper and TuaEntityMapper- Since:
- 2208
-
Field Summary
Fields inherited from class ma.glasnost.orika.CustomMapper
aType, bType, mapperFacade -
Constructor Summary
ConstructorsConstructorDescriptionTuaEntityMapper(Class<SOURCE> sourceClass, Class<TARGET> targetClass, List<TuaAttributeMapper<SOURCE, TARGET>> attributeMappers) -
Method Summary
Modifier and TypeMethodDescriptionprotected List<TuaAttributeMapper<SOURCE,TARGET>> ma.glasnost.orika.metadata.Type<SOURCE>getAType()ma.glasnost.orika.metadata.Type<TARGET>getBType()voidPopulates the attributes on the target object with values of the attributes from source object, by calling the attribute mappers.voidPopulates the attributes on the source object with values of the attributes from target object, by calling the attribute mappers.Methods inherited from class de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper
setFieldSelectionStrategy, shouldMapMethods inherited from class ma.glasnost.orika.CustomMapper
favorsExtension, setMapperFacade, setUsedMappers
-
Constructor Details
-
TuaEntityMapper
-
-
Method Details
-
mapAtoB
Populates the attributes on the target object with values of the attributes from source object, by calling the attribute mappers. -
mapBtoA
Populates the attributes on the source object with values of the attributes from target object, by calling the attribute mappers. -
getAType
-
getBType
-
getSourceClass
-
getTargetClass
-
getAttributeMappers
-