跳过导航链接
A C D G H I L N O P R S 

A

AbstractAnnotationParserCallback - com.baidu.brpc.spring.annotation中的类
Base annotation parser call back class.
AbstractAnnotationParserCallback() - 类 的构造器com.baidu.brpc.spring.annotation.AbstractAnnotationParserCallback
 
afterPropertiesSet() - 类 中的方法com.baidu.brpc.spring.annotation.CommonAnnotationBeanPostProcessor
Initialize propertyResource instance load.
afterPropertiesSet() - 类 中的方法com.baidu.brpc.spring.annotation.RpcAnnotationResolver
 
afterPropertiesSet() - 类 中的方法com.baidu.brpc.spring.RpcProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法com.baidu.brpc.spring.RpcServiceExporter
 
annotationAtField(Annotation, Object, String, PropertyValues, DefaultListableBeanFactory, Field) - 接口 中的方法com.baidu.brpc.spring.annotation.AnnotationParserCallback
process all annotation on class field.
annotationAtField(Annotation, Object, String, PropertyValues, DefaultListableBeanFactory, Field) - 类 中的方法com.baidu.brpc.spring.annotation.RpcAnnotationResolver
 
annotationAtMethod(Annotation, Object, String, PropertyValues, DefaultListableBeanFactory, Method) - 接口 中的方法com.baidu.brpc.spring.annotation.AnnotationParserCallback
process all annotation on class method.
annotationAtMethod(Annotation, Object, String, PropertyValues, DefaultListableBeanFactory, Method) - 类 中的方法com.baidu.brpc.spring.annotation.RpcAnnotationResolver
 
annotationAtType(Annotation, Object, String, ConfigurableListableBeanFactory) - 接口 中的方法com.baidu.brpc.spring.annotation.AnnotationParserCallback
process all annotation on class type.
annotationAtType(Annotation, Object, String, ConfigurableListableBeanFactory) - 类 中的方法com.baidu.brpc.spring.annotation.RpcAnnotationResolver
 
annotationAtTypeAfterStarted(Annotation, Object, String, ConfigurableListableBeanFactory) - 接口 中的方法com.baidu.brpc.spring.annotation.AnnotationParserCallback
process all annotation on class type after spring containter started.
annotationAtTypeAfterStarted(Annotation, Object, String, ConfigurableListableBeanFactory) - 类 中的方法com.baidu.brpc.spring.annotation.RpcAnnotationResolver
 
AnnotationParserCallback - com.baidu.brpc.spring.annotation中的接口
Annotation parser call back interface.

C

com.baidu.brpc.spring - 程序包 com.baidu.brpc.spring
 
com.baidu.brpc.spring.annotation - 程序包 com.baidu.brpc.spring.annotation
 
CommonAnnotationBeanPostProcessor - com.baidu.brpc.spring.annotation中的类
Common annotation bean post processor. it uses AnnotationParserCallback
interface to define specified Annotation then recognize the Class to do
bean define action
CommonAnnotationBeanPostProcessor() - 类 的构造器com.baidu.brpc.spring.annotation.CommonAnnotationBeanPostProcessor
 
createPlaceholderParser(Properties) - 类 中的静态方法com.baidu.brpc.spring.PropertyPlaceholderConfigurerTool
To create placeholder parser.
createRpcProxyFactoryBean(RpcProxy, Class, DefaultListableBeanFactory, RpcClientOptions, String) - 类 中的方法com.baidu.brpc.spring.annotation.RpcAnnotationResolver
Creates the rpc proxy factory bean.

D

DEFAULT_PLACEHOLDER_PREFIX - 类 中的静态变量com.baidu.brpc.spring.PlaceholderResolver
Default placeholder prefix: "${".
DEFAULT_PLACEHOLDER_SUFFIX - 类 中的静态变量com.baidu.brpc.spring.PlaceholderResolver
Default placeholder suffix: "}".
destroy() - 接口 中的方法com.baidu.brpc.spring.annotation.AnnotationParserCallback
do destroy action on spring container close.
destroy() - 类 中的方法com.baidu.brpc.spring.annotation.CommonAnnotationBeanPostProcessor
Invoke callback destroy method.
destroy() - 类 中的方法com.baidu.brpc.spring.annotation.RpcAnnotationResolver
 
destroy() - 接口 中的方法com.baidu.brpc.spring.annotation.RpcAnnotationResolverListener
Destroy.
destroy() - 类 中的方法com.baidu.brpc.spring.RpcProxyFactoryBean
 
destroy() - 类 中的方法com.baidu.brpc.spring.RpcServiceExporter
 
doParse(String) - 类 中的方法com.baidu.brpc.spring.PlaceholderResolver
Do parser placeholder action.
doResolved(String) - 接口 中的方法com.baidu.brpc.spring.PlaceholderResolved
parsed placeholder value returned.

G

getMethodFieldAnnotation() - 接口 中的方法com.baidu.brpc.spring.annotation.AnnotationParserCallback
Gets the method field annotation.
getMethodFieldAnnotation() - 类 中的方法com.baidu.brpc.spring.annotation.RpcAnnotationResolver
 
getObject() - 类 中的方法com.baidu.brpc.spring.RpcProxyFactoryBean
 
getObjectType() - 类 中的方法com.baidu.brpc.spring.RpcProxyFactoryBean
 
getOrder() - 类 中的方法com.baidu.brpc.spring.annotation.CommonAnnotationBeanPostProcessor
 
getRegisteredPropertyResourceConfigurer(ConfigurableListableBeanFactory) - 类 中的静态方法com.baidu.brpc.spring.PropertyPlaceholderConfigurerTool
get Properties instance from ConfigurableListableBeanFactory.
getServiceInterface() - 类 中的方法com.baidu.brpc.spring.RpcProxyFactoryBean
Gets the service interface.
getTypeAnnotation() - 接口 中的方法com.baidu.brpc.spring.annotation.AnnotationParserCallback
Gets the type annotation.
getTypeAnnotation() - 类 中的方法com.baidu.brpc.spring.annotation.RpcAnnotationResolver
 

H

hasPlaceholder(String) - 类 中的方法com.baidu.brpc.spring.annotation.AbstractAnnotationParserCallback
test if value contains placeholder marked string.
hasPlaceHolder(String) - 类 中的方法com.baidu.brpc.spring.PlaceholderResolver
test if target string contains placeholderPrefix.

I

isSingleton() - 类 中的方法com.baidu.brpc.spring.RpcProxyFactoryBean
 

L

LOGGER - 类 中的静态变量com.baidu.brpc.spring.annotation.CommonAnnotationBeanPostProcessor
log this class.
LOGGER - 类 中的静态变量com.baidu.brpc.spring.annotation.RpcAnnotationResolver
log this class.

N

NamingOption - com.baidu.brpc.spring.annotation中的注释类型
Extra options for NamingService

O

onApplicationEvent(ApplicationEvent) - 类 中的方法com.baidu.brpc.spring.annotation.CommonAnnotationBeanPostProcessor
Do annotation on class type resolve action after spring container started.
onRpcExporterAnnotationParsered(RpcExporter, int, Object, List<Object>) - 接口 中的方法com.baidu.brpc.spring.annotation.RpcAnnotationResolverListener
This method will called after RpcExporter annotation parsed.
onRpcProxyAnnotationParsed(RpcProxy, RpcProxyFactoryBean, Object) - 接口 中的方法com.baidu.brpc.spring.annotation.RpcAnnotationResolverListener
This method will called after RpcProxy annotation parsed.

P

parseFields(Class<?>, List<Class<? extends Annotation>>, LinkedList<InjectionMetadata.InjectedElement>) - 类 中的方法com.baidu.brpc.spring.annotation.CommonAnnotationBeanPostProcessor
To parse all field to find out annotation info.
parseMethods(Class<?>, List<Class<? extends Annotation>>, LinkedList<InjectionMetadata.InjectedElement>) - 类 中的方法com.baidu.brpc.spring.annotation.CommonAnnotationBeanPostProcessor
To parse all method to find out annotation info.
parsePlaceholder(String) - 类 中的方法com.baidu.brpc.spring.annotation.AbstractAnnotationParserCallback
do parser action.
parseStringValue(String, Set<String>) - 类 中的方法com.baidu.brpc.spring.PlaceholderResolver
Parse the given String value recursively, to be able to resolve nested placeholders (when resolved property values in turn contain placeholders again).
PlaceholderResolved - com.baidu.brpc.spring中的接口
Placehoader resolved call back .
PlaceholderResolver - com.baidu.brpc.spring中的类
字符串占位符解析工作类.
PlaceholderResolver(PlaceholderResolved) - 类 的构造器com.baidu.brpc.spring.PlaceholderResolver
Constructor method.
postProcessBeforeInitialization(Object, String) - 类 中的方法com.baidu.brpc.spring.annotation.CommonAnnotationBeanPostProcessor
To parse all initialized bean from spring which has target annotation matches.
postProcessMergedBeanDefinition(RootBeanDefinition, Class, String) - 类 中的方法com.baidu.brpc.spring.annotation.CommonAnnotationBeanPostProcessor
Post-process the given merged bean definition for the specified bean.
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - 类 中的方法com.baidu.brpc.spring.annotation.CommonAnnotationBeanPostProcessor
Post-process the given property values before the factory applies them to the given bean.
PropertyPlaceholderConfigurerTool - com.baidu.brpc.spring中的类
Utility class for PropertyPlaceholderConfigurer.
PropertyPlaceholderConfigurerTool() - 类 的构造器com.baidu.brpc.spring.PropertyPlaceholderConfigurerTool
 

R

RpcAnnotationResolver - com.baidu.brpc.spring.annotation中的类
Supports annotation resolver for RpcProxy and RpcExporter.
RpcAnnotationResolver() - 类 的构造器com.baidu.brpc.spring.annotation.RpcAnnotationResolver
 
RpcAnnotationResolverListener - com.baidu.brpc.spring.annotation中的接口
Listener class for RpcAnnotationResolver while doing annotation parser action.
RpcExporter - com.baidu.brpc.spring.annotation中的注释类型
Annotation publish for RpcServiceExporter.
RpcProxy - com.baidu.brpc.spring.annotation中的注释类型
Annotation publish for RpcProxyFactoryBean.
RpcProxyFactoryBean - com.baidu.brpc.spring中的类
FactoryBean for PbRpc proxies.
RpcProxyFactoryBean() - 类 的构造器com.baidu.brpc.spring.RpcProxyFactoryBean
 
RpcServiceExporter - com.baidu.brpc.spring中的类
PBRPC exporter for standard PROTOBUF RPC implementation from jprotobuf-rpc-socket.
RpcServiceExporter() - 类 的构造器com.baidu.brpc.spring.RpcServiceExporter
 

S

setBeanFactory(BeanFactory) - 类 中的方法com.baidu.brpc.spring.annotation.CommonAnnotationBeanPostProcessor
 
setCallback(AnnotationParserCallback) - 类 中的方法com.baidu.brpc.spring.annotation.CommonAnnotationBeanPostProcessor
Sets the call back class for AnnotationParserCallback.
setCompiler(Compiler) - 类 中的方法com.baidu.brpc.spring.annotation.RpcAnnotationResolver
Sets the compiler.
setOrder(int) - 类 中的方法com.baidu.brpc.spring.annotation.CommonAnnotationBeanPostProcessor
Sets the start lowest order in spring container.
setPlaceholderPrefix(String) - 类 中的方法com.baidu.brpc.spring.PlaceholderResolver
Sets the placeholder prefix.
setPlaceholderResolver(PlaceholderResolver) - 类 中的方法com.baidu.brpc.spring.annotation.AbstractAnnotationParserCallback
 
setPlaceholderResolver(PlaceholderResolver) - 接口 中的方法com.baidu.brpc.spring.annotation.AnnotationParserCallback
Sets the placeholder resolver.
setPlaceholderSuffix(String) - 类 中的方法com.baidu.brpc.spring.PlaceholderResolver
Sets the placeholder suffix.
setServiceInterface(Class) - 类 中的方法com.baidu.brpc.spring.RpcProxyFactoryBean
Sets the service interface.
substringMatch(CharSequence, int, CharSequence) - 类 中的静态方法com.baidu.brpc.spring.PlaceholderResolver
Test whether the given string matches the given substring at the given index.
A C D G H I L N O P R S 
跳过导航链接

Copyright © 2019 Baidu, Inc.. All rights reserved.