Uses of Class
com.opencloud.sentinel.mapper.MapperException
-
Packages that use MapperException Package Description com.opencloud.sentinel.mapper This package contains mapper related interfaces in the Sentinel services. -
-
Uses of MapperException in com.opencloud.sentinel.mapper
Methods in com.opencloud.sentinel.mapper that throw MapperException 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 mapperjava.lang.Object
Mapper. map(java.lang.Object inputArg, SessionStateType sessionState, MapperFacilities facilities)
Construct a new object by 'mapping' fields from an input object and session state
-