Interface TestcontainerBeanDefinition

All Superinterfaces:
AttributeAccessor, BeanDefinition, BeanMetadataElement

public interface TestcontainerBeanDefinition extends BeanDefinition
Extended BeanDefinition interface used to register testcontainer beans.
Since:
3.1.0
Author:
Phillip Webb
  • Method Details

    • getContainerImageName

      String getContainerImageName()
      Return the container image name or null if the image name is not yet known.
      Returns:
      the container image name
    • getAnnotations

      MergedAnnotations getAnnotations()
      Return any annotations declared alongside the container.
      Returns:
      annotations declared with the container