public abstract class AbstractParser<T extends Limiter<?>,V extends Annotation> extends Object implements Parser<T>
| Constructor and Description |
|---|
AbstractParser() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getArgumentInjectors(org.springframework.core.annotation.AnnotationAttributes attributes) |
String |
getErrorHandler(org.springframework.core.annotation.AnnotationAttributes attributes) |
String |
getFallback(org.springframework.core.annotation.AnnotationAttributes attributes) |
String |
getKey(org.springframework.core.annotation.AnnotationAttributes attributes) |
String |
getLimiter(org.springframework.core.annotation.AnnotationAttributes attributes) |
Class<Annotation> |
getSupportAnnotation() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseLimiterAnnotationpublic Class<Annotation> getSupportAnnotation()
getSupportAnnotation in interface Parser<T extends Limiter<?>>public String getLimiter(org.springframework.core.annotation.AnnotationAttributes attributes)
public String getKey(org.springframework.core.annotation.AnnotationAttributes attributes)
public String getFallback(org.springframework.core.annotation.AnnotationAttributes attributes)
public String getErrorHandler(org.springframework.core.annotation.AnnotationAttributes attributes)
public Collection<String> getArgumentInjectors(org.springframework.core.annotation.AnnotationAttributes attributes)
Copyright © 2022. All rights reserved.