Class ExposedBeansBootstrapConfigurer

java.lang.Object
com.foreach.across.config.ExposedBeansBootstrapConfigurer
All Implemented Interfaces:
AcrossBootstrapConfigurer

public final class ExposedBeansBootstrapConfigurer extends Object implements AcrossBootstrapConfigurer
Simple AcrossBootstrapConfigurer that can be used to expose additional classes from modules.
Since:
3.0.0
Author:
Arne Vandamme
  • Constructor Details

    • ExposedBeansBootstrapConfigurer

      public ExposedBeansBootstrapConfigurer(Class<?>[] types)
    • ExposedBeansBootstrapConfigurer

      public ExposedBeansBootstrapConfigurer(@NonNull @NonNull Collection<Class<?>> types)
  • Method Details