接口 TestcontainerBeanDefinition
Extended
BeanDefinition interface used
to register testcontainer beans.- 从以下版本开始:
- 3.1.0
- 作者:
- Phillip Webb
-
字段概要
从接口继承的字段 org.springframework.beans.factory.config.BeanDefinition
ROLE_APPLICATION, ROLE_INFRASTRUCTURE, ROLE_SUPPORT, SCOPE_PROTOTYPE, SCOPE_SINGLETON -
方法概要
修饰符和类型方法说明Return any annotations declared alongside the container.Return the container image name ornullif the image name is not yet known.从接口继承的方法 org.springframework.core.AttributeAccessor
attributeNames, computeAttribute, getAttribute, hasAttribute, removeAttribute, setAttribute从接口继承的方法 org.springframework.beans.factory.config.BeanDefinition
getBeanClassName, getConstructorArgumentValues, getDependsOn, getDescription, getDestroyMethodName, getFactoryBeanName, getFactoryMethodName, getInitMethodName, getOriginatingBeanDefinition, getParentName, getPropertyValues, getResolvableType, getResourceDescription, getRole, getScope, hasConstructorArgumentValues, hasPropertyValues, isAbstract, isAutowireCandidate, isFallback, isLazyInit, isPrimary, isPrototype, isSingleton, setAutowireCandidate, setBeanClassName, setDependsOn, setDescription, setDestroyMethodName, setFactoryBeanName, setFactoryMethodName, setFallback, setInitMethodName, setLazyInit, setParentName, setPrimary, setRole, setScope从接口继承的方法 org.springframework.beans.BeanMetadataElement
getSource
-
方法详细资料
-
getContainerImageName
String getContainerImageName()Return the container image name ornullif the image name is not yet known.- 返回:
- the container image name
-
getAnnotations
MergedAnnotations getAnnotations()Return any annotations declared alongside the container.- 返回:
- annotations declared with the container
-