38394041424344
public HateoasApplication() { this(HateoasVerbosity.MAXIMUM); } public HateoasApplication(HateoasVerbosity verbosity) { this(new StrategyBasedLinkInjector(), new DefaultCollectionWrapperStrategy(), verbosity); }