インターフェース TestcontainerBeanDefinition
- すべてのスーパーインターフェース:
AttributeAccessor, BeanDefinition, BeanMetadataElement
testcontainer Bean の登録に使用される拡張
BeanDefinition インターフェース。- 導入:
- 3.1.0
- 作成者:
- Phillip Webb
フィールドのサマリー
インターフェース BeanDefinition から継承されたフィールド
ROLE_APPLICATION, ROLE_INFRASTRUCTURE, ROLE_SUPPORT, SCOPE_PROTOTYPE, SCOPE_SINGLETONメソッドのサマリー
修飾子と型メソッド説明コンテナーと一緒に宣言されたアノテーションを返します。@Nullable StringSEコンテナーイメージ名を返すか、イメージ名がまだ不明な場合はnullを返します。インターフェース AttributeAccessor から継承されたメソッド
attributeNames, computeAttribute, getAttribute, hasAttribute, removeAttribute, setAttributeインターフェース 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インターフェース BeanMetadataElement から継承されたメソッド
getSource
メソッドの詳細
getContainerImageName
@Nullable StringSE getContainerImageName()コンテナーイメージ名を返すか、イメージ名がまだ不明な場合はnullを返します。- 戻り値:
- コンテナーイメージ名
getAnnotations