Package | Description |
---|---|
com.opencloud.sentinel.mapper |
This package contains mapper related interfaces in the Sentinel services.
|
Modifier and Type | Method and Description |
---|---|
<SessionStateType> |
MapperLibrary.findMapper(com.opencloud.sentinel.common.SentinelSelectionKey key,
java.lang.Class<?> from,
java.lang.Class<?> to)
Retrieve a mapper
|
<SessionStateType> |
MapperLibrary.findMapper(com.opencloud.sentinel.common.SentinelSelectionKey key,
java.lang.Class<?> from,
java.lang.Class<?> to,
MapperExecutionPoint mappingPoint)
Retrieve a mapper
|
java.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
|
Copyright © OpenCloud. All Rights Reserved.