Uses of Interface
cloud.localstack.docker.annotation.IBindMountProvider
-
Packages that use IBindMountProvider Package Description cloud.localstack.docker.annotation -
-
Uses of IBindMountProvider in cloud.localstack.docker.annotation
Classes in cloud.localstack.docker.annotation that implement IBindMountProvider Modifier and Type Class Description static classIBindMountProvider.BaseBindMountProviderstatic classIBindMountProvider.EmptyBindMountProviderMethods in cloud.localstack.docker.annotation that return types with arguments of type IBindMountProvider Modifier and Type Method Description java.lang.Class<? extends IBindMountProvider>bindMountProvider()Used for injecting directories or files that are bind mounted into the docker container.
-