Uses of Class
org.summerboot.jexpress.boot.SummerApplication
Packages that use SummerApplication
-
Uses of SummerApplication in org.summerboot.jexpress.boot
Methods in org.summerboot.jexpress.boot with type parameters of type SummerApplicationModifier and TypeMethodDescription<T extends SummerApplication>
TSummerApplication.addPredefinedUseImplTags(Class<? extends Enum<?>> enumClass) To add use impl tags before init()<T extends SummerApplication>
TSummerApplication.addPredefinedUseImplTags(String... mockItemNames) To add use impl tags before init()protected <T extends SummerApplication>
TSummerSingularity.aParallelUniverse()protected <T extends SummerApplication>
T<T extends SummerApplication>
TSummerApplication.bindBootConfig(String configFileName, JExpressConfig config, String checkImplTagUsed, boolean loadWhenImplTagUsed) To bind a configuration file implemented by a JExpressConfig instance before init(), which will be loaded and managed by SummerBoot ApplicationMethods in org.summerboot.jexpress.boot that return SummerApplicationModifier and TypeMethodDescriptionstatic SummerApplicationSummerApplication.unittest(Class callerClass, com.google.inject.Module userOverrideModule, String argsStr) static SummerApplicationSummerApplication.unittest(Class callerClass, com.google.inject.Module userOverrideModule, String... args)