Uses of Interface
com.opencloud.sentinel.mapper.MapperLibrary
-
Packages that use MapperLibrary 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 SIP service.com.opencloud.sentinel.feature.spi.init API for Sentinel feature dependency injection. -
-
Uses of MapperLibrary in com.opencloud.sentinel.feature.impl
Methods in com.opencloud.sentinel.feature.impl with parameters of type MapperLibrary Modifier and Type Method Description void
FeatureFactoryImpl. initialise(SentinelPlatformConfigurationReader sentinelConfigurationReader, com.opencloud.sentinel.feature.spi.SentinelFeatureRegisterImpl featureRegisterImpl, com.opencloud.sce.fsmtool.Facilities facilities, java.util.Map<java.lang.String,java.lang.Object> providers, com.opencloud.sentinel.stats.SentinelFeatureStatsAccess statsAccess, com.opencloud.sentinel.feature.common.lists.AddressListCollection addressListCollection, com.opencloud.rhino.facilities.childrelations.ChildRelationFacility childRelationFacility, com.opencloud.sentinel.feature.sbb.SentinelFeatureSbbSupport featureSbbSupport, com.opencloud.sentinel.feature.spi.init.SentinelTracerSupport sentinelTracerSupport, com.opencloud.sentinel.feature.spi.init.SentinelFrontEnd sentinelFrontEnd, MapperLibrary<?> mapperLibrary, MapperFacilities mapperFacilities, LimiterFilterConditionAccess limiterFilterConditionAccess)
Initialise a feature factory with additional dependencies needed -
Uses of MapperLibrary in com.opencloud.sentinel.feature.spi
Methods in com.opencloud.sentinel.feature.spi that return MapperLibrary Modifier and Type Method Description MapperLibrary<?>
SentinelFeatureSbbAccess. getMapperLibrary()
Get the Sentinel mapper library that can be used by the feature.MapperLibrary<?>
SentinelLocal. getMapperLibrary()
Get the Sentinel mapper library. -
Uses of MapperLibrary in com.opencloud.sentinel.feature.spi.init
Methods in com.opencloud.sentinel.feature.spi.init with parameters of type MapperLibrary Modifier and Type Method Description void
InjectMapperLibrary. injectMapperLibrary(MapperLibrary<MappingExecutionPoints> mapperLibrary, MapperFacilities mapperFacilities)
Inject a mapper library
-