Uses of Interface
com.opencloud.sentinel.mapper.Mapper
-
Packages that use Mapper Package Description com.opencloud.sentinel.mapper This package contains mapper related interfaces in the Sentinel services. -
-
Uses of Mapper in com.opencloud.sentinel.mapper
Methods in com.opencloud.sentinel.mapper that return Mapper Modifier and Type Method Description <SessionStateType>
Mapper<SessionStateType>MapperLibrary. findMapper(com.opencloud.sentinel.common.SentinelSelectionKey key, java.lang.Class<?> from, java.lang.Class<?> to)
Retrieve a mapper<SessionStateType>
Mapper<SessionStateType>MapperLibrary. findMapper(com.opencloud.sentinel.common.SentinelSelectionKey key, java.lang.Class<?> from, java.lang.Class<?> to, MapperExecutionPoint mappingPoint)
Retrieve a mapper
-