public class AggregateQueryMethodConditionContext
extends java.lang.Object
implements org.springframework.context.annotation.ConditionContext
| Constructor and Description |
|---|
AggregateQueryMethodConditionContext(java.lang.reflect.Method aggQueryMethod,
java.util.List<java.lang.Object> parameterValues) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.beans.factory.config.ConfigurableListableBeanFactory |
getBeanFactory() |
java.lang.ClassLoader |
getClassLoader() |
org.springframework.core.env.Environment |
getEnvironment() |
java.lang.reflect.Method |
getMethod() |
java.util.List<java.lang.Object> |
getParameterValues() |
org.springframework.beans.factory.support.BeanDefinitionRegistry |
getRegistry() |
org.springframework.core.io.ResourceLoader |
getResourceLoader() |
public AggregateQueryMethodConditionContext(java.lang.reflect.Method aggQueryMethod,
java.util.List<java.lang.Object> parameterValues)
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 java.lang.ClassLoader getClassLoader()
getClassLoader in interface org.springframework.context.annotation.ConditionContextpublic java.util.List<java.lang.Object> getParameterValues()
public java.lang.reflect.Method getMethod()
Copyright © 2018. All Rights Reserved.