public class SpringBootAnnotationResolver extends AbstractAnnotationParserCallback implements org.springframework.beans.factory.InitializingBean, org.springframework.core.PriorityOrdered
RpcProxy and RpcExporter under springboot.| 构造器和说明 |
|---|
SpringBootAnnotationResolver() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
Object |
annotationAtField(Annotation t,
Object value,
String beanName,
org.springframework.beans.PropertyValues pvs,
org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory,
Field field) |
Object |
annotationAtMethod(Annotation t,
Object bean,
String beanName,
org.springframework.beans.PropertyValues pvs,
org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory,
Method method) |
Object |
annotationAtType(Annotation t,
Object bean,
String beanName,
org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
void |
annotationAtTypeAfterStarted(Annotation t,
Object bean,
String beanName,
org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
void |
destroy() |
List<Class<? extends Annotation>> |
getMethodFieldAnnotation() |
int |
getOrder() |
Class<? extends Annotation> |
getTypeAnnotation() |
void |
setCompiler(com.baidu.bjf.remoting.protobuf.utils.compiler.Compiler compiler)
Sets the compiler.
|
hasPlaceholder, parsePlaceholder, setPlaceholderResolverpublic Object annotationAtField(Annotation t, Object value, String beanName, org.springframework.beans.PropertyValues pvs, org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory, Field field) throws org.springframework.beans.BeansException
annotationAtField 在接口中 AnnotationParserCallbackorg.springframework.beans.BeansExceptionpublic Object annotationAtMethod(Annotation t, Object bean, String beanName, org.springframework.beans.PropertyValues pvs, org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory, Method method) throws org.springframework.beans.BeansException
annotationAtMethod 在接口中 AnnotationParserCallbackorg.springframework.beans.BeansExceptionpublic Object annotationAtType(Annotation t, Object bean, String beanName, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
annotationAtType 在接口中 AnnotationParserCallbackorg.springframework.beans.BeansExceptionpublic void annotationAtTypeAfterStarted(Annotation t, Object bean, String beanName, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
annotationAtTypeAfterStarted 在接口中 AnnotationParserCallbackorg.springframework.beans.BeansExceptionpublic void destroy()
throws Exception
destroy 在接口中 AnnotationParserCallbackExceptionpublic Class<? extends Annotation> getTypeAnnotation()
getTypeAnnotation 在接口中 AnnotationParserCallbackpublic List<Class<? extends Annotation>> getMethodFieldAnnotation()
public void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanExceptionpublic int getOrder()
getOrder 在接口中 org.springframework.core.Orderedpublic void setCompiler(com.baidu.bjf.remoting.protobuf.utils.compiler.Compiler compiler)
compiler - the new compilerCopyright © 2019 Baidu, Inc.. All rights reserved.