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)
set PlaceholderResolver
|
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)
setPlaceholderResolver 在接口中 AnnotationParserCallbackresolver - PlaceholderResolverCopyright © 2017. All rights reserved.