接口 TestcontainerBeanDefinition

所有超级接口:
AttributeAccessor, BeanDefinition, BeanMetadataElement

public interface TestcontainerBeanDefinition extends BeanDefinition
Extended BeanDefinition interface used to register testcontainer beans.
从以下版本开始:
3.1.0
作者:
Phillip Webb
  • 方法详细资料

    • getContainerImageName

      String getContainerImageName()
      Return the container image name or null if 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