public class OptionsFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<feign.Request.Options>, org.springframework.context.ApplicationContextAware
Request.Options instance as per the
applicable configurations.| Constructor and Description |
|---|
OptionsFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
feign.Request.Options |
getObject() |
Class<?> |
getObjectType() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setContextId(String contextId) |
public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<feign.Request.Options>public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic feign.Request.Options getObject()
throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<feign.Request.Options>Exceptionpublic void setContextId(String contextId)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.