public abstract class AbstractAnnotationParserCallback extends Object implements AnnotationParserCallback
| 构造器和说明 |
|---|
AbstractAnnotationParserCallback() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hasPlaceholder(String value)
test if value contains placeholder marked string.
|
String |
parsePlaceholder(String value)
do parser action.
|
void |
setPlaceholderResolver(PlaceholderResolver resolver)
Sets the placeholder resolver.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitannotationAtField, annotationAtMethod, annotationAtType, annotationAtTypeAfterStarted, destroy, getMethodFieldAnnotation, getTypeAnnotationpublic String parsePlaceholder(String value)
value - to parserPlaceholderResolverpublic boolean hasPlaceholder(String value)
value - to testpublic void setPlaceholderResolver(PlaceholderResolver resolver)
AnnotationParserCallbacksetPlaceholderResolver 在接口中 AnnotationParserCallbackresolver - the new placeholder resolverCopyright © 2022 Baidu, Inc.. All rights reserved.