public abstract class AbstractDataSourceKeyAnnotationParser<A extends Annotation> extends Object implements DataSourceKeyAnnotationParser<A>
| 构造器和说明 |
|---|
AbstractDataSourceKeyAnnotationParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract DataSourceKey |
internalParse(A annotation) |
DataSourceKey |
parse(AnnotatedElement annotatedElement) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnnotationpublic DataSourceKey parse(AnnotatedElement annotatedElement)
parse 在接口中 com.jn.langx.Parser<AnnotatedElement,DataSourceKey>parse 在接口中 DataSourceKeyParser<AnnotatedElement>protected abstract DataSourceKey internalParse(@NonNull A annotation)
Copyright © 2021. All rights reserved.