Class AdvancedMapper
- java.lang.Object
-
- app.commerceio.spring.data.search.AdvancedMapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdvancedMapper.ExtendedMapperBuilder-
Nested classes/interfaces inherited from interface app.commerceio.spring.data.search.Mapper
Mapper.Mapping, Mapper.MappingEntry
-
-
Constructor Summary
Constructors Constructor Description AdvancedMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmap(String from)Mapper.MappingEntrymappingEntry(String key)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface app.commerceio.spring.data.search.Mapper
getMappings, map, mapping
-
-
-
-
Method Detail
-
mappingEntry
public Mapper.MappingEntry mappingEntry(String key)
- Specified by:
mappingEntryin interfaceMapper
-
-