Hierarchy For All Packages
Package Hierarchies:- com.giffing.bucket4j.spring.boot.starter.config,
- com.giffing.bucket4j.spring.boot.starter.config.cache,
- com.giffing.bucket4j.spring.boot.starter.config.cache.hazelcast,
- com.giffing.bucket4j.spring.boot.starter.config.cache.ignite,
- com.giffing.bucket4j.spring.boot.starter.config.cache.infinispan,
- com.giffing.bucket4j.spring.boot.starter.config.cache.jcache,
- com.giffing.bucket4j.spring.boot.starter.config.metrics,
- com.giffing.bucket4j.spring.boot.starter.config.metrics.actuator,
- com.giffing.bucket4j.spring.boot.starter.config.servlet,
- com.giffing.bucket4j.spring.boot.starter.config.springboot,
- com.giffing.bucket4j.spring.boot.starter.config.webflux,
- com.giffing.bucket4j.spring.boot.starter.config.zuul,
- com.giffing.bucket4j.spring.boot.starter.exception,
- com.giffing.bucket4j.spring.boot.starter.failureanalyzer,
- com.giffing.bucket4j.spring.boot.starter.servlet,
- com.giffing.bucket4j.spring.boot.starter.webflux,
- com.giffing.bucket4j.spring.boot.starter.zuul
Class Hierarchy
- java.lang.Object
- org.springframework.boot.diagnostics.AbstractFailureAnalyzer<T> (implements org.springframework.boot.diagnostics.FailureAnalyzer)
- com.giffing.bucket4j.spring.boot.starter.failureanalyzer.Bucket4JAutoConfigFailureAnalyzer
- com.giffing.bucket4j.spring.boot.starter.config.Bucket4JBaseConfiguration<R>
- com.giffing.bucket4j.spring.boot.starter.config.servlet.Bucket4JAutoConfigurationServletFilter (implements org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
- com.giffing.bucket4j.spring.boot.starter.config.webflux.Bucket4JAutoConfigurationWebfluxFilter
- com.giffing.bucket4j.spring.boot.starter.config.zuul.Bucket4JAutoConfigurationZuul
- com.giffing.bucket4j.spring.boot.starter.config.cache.Bucket4jCacheConfiguration
- com.giffing.bucket4j.spring.boot.starter.config.metrics.actuator.Bucket4jEndpoint
- com.giffing.bucket4j.spring.boot.starter.config.metrics.actuator.Bucket4jEndpoint.Bucket4jEndpointConfig
- com.giffing.bucket4j.spring.boot.starter.config.metrics.actuator.Bucket4jMetricHandler (implements com.giffing.bucket4j.spring.boot.starter.context.metrics.MetricHandler)
- com.giffing.bucket4j.spring.boot.starter.config.metrics.actuator.Bucket4jMetricsConfiguration
- com.giffing.bucket4j.spring.boot.starter.config.metrics.DummyMetricHandler (implements com.giffing.bucket4j.spring.boot.starter.context.metrics.MetricHandler)
- org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, javax.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.web.filter.OncePerRequestFilter
- com.giffing.bucket4j.spring.boot.starter.servlet.ServletRequestFilter (implements org.springframework.core.Ordered)
- org.springframework.web.filter.OncePerRequestFilter
- com.giffing.bucket4j.spring.boot.starter.config.cache.hazelcast.HazelcastBucket4jCacheConfiguration
- com.giffing.bucket4j.spring.boot.starter.config.cache.hazelcast.HazelcastCacheResolver (implements com.giffing.bucket4j.spring.boot.starter.config.cache.AsyncCacheResolver)
- com.giffing.bucket4j.spring.boot.starter.config.cache.ignite.IgniteBucket4jCacheConfiguration
- com.giffing.bucket4j.spring.boot.starter.config.cache.ignite.IgniteCacheResolver (implements com.giffing.bucket4j.spring.boot.starter.config.cache.AsyncCacheResolver)
- com.giffing.bucket4j.spring.boot.starter.config.cache.infinispan.InfinispanBucket4jCacheConfiguration
- com.giffing.bucket4j.spring.boot.starter.config.cache.infinispan.InfinispanCacheResolver (implements com.giffing.bucket4j.spring.boot.starter.config.cache.AsyncCacheResolver)
- com.giffing.bucket4j.spring.boot.starter.config.cache.jcache.InfinispanJCacheBucket4jConfiguration
- com.giffing.bucket4j.spring.boot.starter.config.cache.jcache.InfinispanJCacheCacheResolver (implements com.giffing.bucket4j.spring.boot.starter.config.cache.SyncCacheResolver)
- com.giffing.bucket4j.spring.boot.starter.config.cache.jcache.JCacheBucket4jConfiguration
- com.giffing.bucket4j.spring.boot.starter.config.cache.jcache.JCacheCacheResolver (implements com.giffing.bucket4j.spring.boot.starter.config.cache.SyncCacheResolver)
- com.giffing.bucket4j.spring.boot.starter.config.springboot.SpringBootActuatorConfig
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.giffing.bucket4j.spring.boot.starter.exception.Bucket4jGeneralException
- com.giffing.bucket4j.spring.boot.starter.exception.FilterKeyTypeDeprectatedException
- com.giffing.bucket4j.spring.boot.starter.exception.FilterURLInvalidException
- com.giffing.bucket4j.spring.boot.starter.exception.JCacheNotFoundException
- com.giffing.bucket4j.spring.boot.starter.exception.MissingKeyFilterExpressionException
- com.giffing.bucket4j.spring.boot.starter.exception.MissingMetricTagExpressionException
- org.springframework.core.NestedRuntimeException
- org.springframework.web.server.ResponseStatusException
- com.giffing.bucket4j.spring.boot.starter.webflux.WebfluxRateLimitException
- org.springframework.web.server.ResponseStatusException
- com.giffing.bucket4j.spring.boot.starter.exception.Bucket4jGeneralException
- java.lang.RuntimeException
- java.lang.Exception
- com.giffing.bucket4j.spring.boot.starter.webflux.WebfluxWebFilter (implements org.springframework.core.Ordered, org.springframework.web.server.WebFilter)
- com.netflix.zuul.ZuulFilter (implements java.lang.Comparable<T>, com.netflix.zuul.IZuulFilter)
- com.giffing.bucket4j.spring.boot.starter.zuul.ZuulRateLimitFilter
- org.springframework.boot.diagnostics.AbstractFailureAnalyzer<T> (implements org.springframework.boot.diagnostics.FailureAnalyzer)
Interface Hierarchy
- com.giffing.bucket4j.spring.boot.starter.config.cache.CacheResolver
- com.giffing.bucket4j.spring.boot.starter.config.cache.AsyncCacheResolver
- com.giffing.bucket4j.spring.boot.starter.config.cache.SyncCacheResolver