インターフェース TestcontainerBeanDefinition

すべてのスーパーインターフェース:
AttributeAccessor, BeanDefinition, BeanMetadataElement

public interface TestcontainerBeanDefinition extends BeanDefinition
testcontainer Bean の登録に使用される拡張 BeanDefinition インターフェース。
導入:
3.1.0
作成者:
Phillip Webb
  • メソッドの詳細

    • getContainerImageName

      @Nullable StringSE getContainerImageName()
      コンテナーイメージ名を返すか、イメージ名がまだ不明な場合は null を返します。
      戻り値:
      コンテナーイメージ名
    • getAnnotations

      MergedAnnotations getAnnotations()
      コンテナーと一緒に宣言されたアノテーションを返します。
      戻り値:
      コンテナーで宣言されたアノテーション