Uses of Interface
org.aoju.bus.limiter.Parser
Packages that use Parser
Package
Description
-
Uses of Parser in org.aoju.bus.limiter.resource
Constructors in org.aoju.bus.limiter.resource with parameters of type ParserConstructor parameters in org.aoju.bus.limiter.resource with type arguments of type ParserModifierConstructorDescriptionLimitedResourceScanner(String basePackage, Collection<Parser> limiterAnnotationParsers, org.springframework.core.io.ResourceLoader resourceLoader) -
Uses of Parser in org.aoju.bus.limiter.support.lock
Classes in org.aoju.bus.limiter.support.lock that implement Parser -
Uses of Parser in org.aoju.bus.limiter.support.peak
Classes in org.aoju.bus.limiter.support.peak that implement Parser -
Uses of Parser in org.aoju.bus.limiter.support.rate
Classes in org.aoju.bus.limiter.support.rate that implement ParserModifier and TypeClassDescriptionclassAbstractParser<T extends Limiter<?>,V extends Annotation> class