Package | Description |
---|---|
com.opencloud.sentinel.feature.impl |
Classes that Sentinel POJO based features may choose to extend.
|
com.opencloud.sentinel.feature.spi |
This package contains the endpoint and feature API in the Sentinel services.
|
com.opencloud.sentinel.feature.spi.init |
API for Sentinel feature dependency injection.
|
com.opencloud.sentinel.mapper |
This package contains mapper related interfaces in the Sentinel services.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureFactoryImpl.initialise(SentinelPlatformConfigurationReader sentinelConfigurationReader,
SentinelFeatureRegisterImpl featureRegisterImpl,
Facilities facilities,
java.util.Map<java.lang.String,java.lang.Object> providers,
SentinelFeatureStatsAccess statsAccess,
AddressListCollection addressListCollection,
com.opencloud.rhino.facilities.childrelations.ChildRelationFacility childRelationFacility,
SentinelFeatureSbbSupport featureSbbSupport,
com.opencloud.sentinel.feature.spi.init.SentinelTracerSupport sentinelTracerSupport,
com.opencloud.sentinel.feature.spi.init.SentinelFrontEnd sentinelFrontEnd,
MapperLibrary<?> mapperLibrary,
MapperFacilities mapperFacilities)
Initialise a feature factory with additional dependencies needed
|
Modifier and Type | Method and Description |
---|---|
MapperFacilities |
SentinelFeatureSbbAccess.getMapperFacilities()
Get the Sentinel mapper facilities that can be used by the feature.
|
MapperFacilities |
SentinelLocal.getMapperFacilities()
Get the Sentinel mapper facilities.
|
Modifier and Type | Method and Description |
---|---|
void |
InjectMapperLibrary.injectMapperLibrary(MapperLibrary<MappingExecutionPoints> mapperLibrary,
MapperFacilities mapperFacilities)
Inject a mapper library
|
Modifier and Type | Method and Description |
---|---|
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.