Uses of Interface
net.ideahut.springboot.mapper.DataMapper
Packages that use DataMapper
Package
Description
-
Uses of DataMapper in net.ideahut.springboot.admin
Fields in net.ideahut.springboot.admin declared as DataMapperMethods in net.ideahut.springboot.admin that return DataMapperMethods in net.ideahut.springboot.admin with parameters of type DataMapperModifier and TypeMethodDescriptionAdminHandlerImpl.setDataMapper(DataMapper dataMapper) AdminSecurity.setDataMapper(DataMapper dataMapper) -
Uses of DataMapper in net.ideahut.springboot.cache
Methods in net.ideahut.springboot.cache with parameters of type DataMapperModifier and TypeMethodDescriptionMemoryCacheGroupHandler.setDataMapper(DataMapper dataMapper) MemoryCacheHandler.setDataMapper(DataMapper dataMapper) RedisCacheGroupHandler.setDataMapper(DataMapper dataMapper) RedisCacheHandler.setDataMapper(DataMapper dataMapper) -
Uses of DataMapper in net.ideahut.springboot.config
Methods in net.ideahut.springboot.config that return DataMapper -
Uses of DataMapper in net.ideahut.springboot.converter
Fields in net.ideahut.springboot.converter declared as DataMapper -
Uses of DataMapper in net.ideahut.springboot.grid
Methods in net.ideahut.springboot.grid with parameters of type DataMapper -
Uses of DataMapper in net.ideahut.springboot.init
Methods in net.ideahut.springboot.init with parameters of type DataMapperModifier and TypeMethodDescriptionstatic voidInitMapper.loadDefault(DataMapper mapper) static voidInitMapper.loadObject(DataMapper mapper, Object object) -
Uses of DataMapper in net.ideahut.springboot.job
Methods in net.ideahut.springboot.job that return DataMapper -
Uses of DataMapper in net.ideahut.springboot.mapper
Classes in net.ideahut.springboot.mapper that implement DataMapper -
Uses of DataMapper in net.ideahut.springboot.security
Methods in net.ideahut.springboot.security with parameters of type DataMapper -
Uses of DataMapper in net.ideahut.springboot.sysparam
Methods in net.ideahut.springboot.sysparam with parameters of type DataMapper -
Uses of DataMapper in net.ideahut.springboot.util
Methods in net.ideahut.springboot.util with parameters of type DataMapperModifier and TypeMethodDescriptionstatic voidWebUtil.sendToClient(DataMapper dataMapper, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Object object)