public class GenericDataContextBoundBeanDefinition extends org.springframework.beans.factory.support.GenericBeanDefinition implements DataContextBoundBeanDefinition
BeanDefinition with DataContextBound support.AUTOWIRE_AUTODETECT, AUTOWIRE_BY_NAME, AUTOWIRE_BY_TYPE, AUTOWIRE_CONSTRUCTOR, AUTOWIRE_NO, DEPENDENCY_CHECK_ALL, DEPENDENCY_CHECK_NONE, DEPENDENCY_CHECK_OBJECTS, DEPENDENCY_CHECK_SIMPLE, INFER_METHOD, SCOPE_DEFAULT| Constructor and Description |
|---|
GenericDataContextBoundBeanDefinition() |
GenericDataContextBoundBeanDefinition(org.springframework.beans.factory.config.BeanDefinition original) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getDataContextId()
Get data context id, if available.
|
void |
setDataContextId(String dataContextId)
Set the data context id
|
cloneBeanDefinition, equals, getParentName, setParentName, toStringaddQualifier, applyDefaults, clone, copyQualifiersFrom, getAutowireMode, getBeanClass, getBeanClassName, getConstructorArgumentValues, getDependencyCheck, getDependsOn, getDescription, getDestroyMethodName, getFactoryBeanName, getFactoryMethodName, getInitMethodName, getInstanceSupplier, getLazyInit, getMethodOverrides, getOriginatingBeanDefinition, getPropertyValues, getQualifier, getQualifiers, getResolvableType, getResolvedAutowireMode, getResource, getResourceDescription, getRole, getScope, hasBeanClass, hasConstructorArgumentValues, hashCode, hasMethodOverrides, hasPropertyValues, hasQualifier, isAbstract, isAutowireCandidate, isEnforceDestroyMethod, isEnforceInitMethod, isLazyInit, isLenientConstructorResolution, isNonPublicAccessAllowed, isPrimary, isPrototype, isSingleton, isSynthetic, overrideFrom, prepareMethodOverrides, resolveBeanClass, setAbstract, setAutowireCandidate, setAutowireMode, setBeanClass, setBeanClassName, setConstructorArgumentValues, setDependencyCheck, setDependsOn, setDescription, setDestroyMethodName, setEnforceDestroyMethod, setEnforceInitMethod, setFactoryBeanName, setFactoryMethodName, setInitMethodName, setInstanceSupplier, setLazyInit, setLenientConstructorResolution, setMethodOverrides, setNonPublicAccessAllowed, setOriginatingBeanDefinition, setPrimary, setPropertyValues, setResource, setResourceDescription, setRole, setScope, setSynthetic, validateaddMetadataAttribute, getAttribute, getMetadataAttribute, getSource, removeAttribute, setAttribute, setSourceattributeNames, hasAttributepublic GenericDataContextBoundBeanDefinition()
public GenericDataContextBoundBeanDefinition(org.springframework.beans.factory.config.BeanDefinition original)
public void setDataContextId(String dataContextId)
dataContextId - the data context id to setpublic Optional<String> getDataContextId()
DataContextBoundgetDataContextId in interface DataContextBoundCopyright © 2019 The Holon Platform. All rights reserved.