Package reactivefeign.spring.config
Class ReactiveFeignNamedContext
java.lang.Object
reactivefeign.spring.config.ReactiveFeignNamedContext
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveFeignNamedContext(org.springframework.context.ApplicationContext applicationContext, String clientName) -
Method Summary
Modifier and TypeMethodDescription<T> T<T> TgetOptional(Class<T> type) <T> TgetOptional(Class<T> type, String beanName) <T> TgetOrInstantiate(Class<T> tClass) <T> TgetOrInstantiate(Class<T> tClass, Map args)
-
Constructor Details
-
ReactiveFeignNamedContext
public ReactiveFeignNamedContext(org.springframework.context.ApplicationContext applicationContext, String clientName)
-
-
Method Details
-
get
-
getAll
-
getOptional
-
getOptional
-
getClientName
-
getConfigs
-
getConfigsReverted
-
getProperties
-
getOrInstantiate
-
getOrInstantiate
-