org.springframework.context.annotation.ConditionContextpublic class AggregateQueryMethodConditionContext extends Object implements org.springframework.context.annotation.ConditionContext
| Constructor | Description |
|---|---|
AggregateQueryMethodConditionContext(Method aggQueryMethod,
List<Object> parameterValues) |
| Modifier and Type | Method | Description |
|---|---|---|
org.springframework.beans.factory.config.ConfigurableListableBeanFactory |
getBeanFactory() |
|
ClassLoader |
getClassLoader() |
|
org.springframework.core.env.Environment |
getEnvironment() |
|
Method |
getMethod() |
|
List<Object> |
getParameterValues() |
|
org.springframework.beans.factory.support.BeanDefinitionRegistry |
getRegistry() |
|
org.springframework.core.io.ResourceLoader |
getResourceLoader() |
public org.springframework.beans.factory.support.BeanDefinitionRegistry getRegistry()
getRegistry in interface org.springframework.context.annotation.ConditionContextpublic org.springframework.beans.factory.config.ConfigurableListableBeanFactory getBeanFactory()
getBeanFactory in interface org.springframework.context.annotation.ConditionContextpublic org.springframework.core.env.Environment getEnvironment()
getEnvironment in interface org.springframework.context.annotation.ConditionContextpublic org.springframework.core.io.ResourceLoader getResourceLoader()
getResourceLoader in interface org.springframework.context.annotation.ConditionContextpublic ClassLoader getClassLoader()
getClassLoader in interface org.springframework.context.annotation.ConditionContextpublic Method getMethod()
Copyright © 2019. All rights reserved.