Class BeanArgumentResolver

java.lang.Object
io.jmix.core.impl.method.BeanArgumentResolver
All Implemented Interfaces:
MethodArgumentResolver

@Component("core_BeanArgumentResolver") public class BeanArgumentResolver extends Object implements MethodArgumentResolver
Allows resolving the current Locale as method argument. Current user session locale will be returned if user is authorized otherwise will be returned default system locale
  • Field Details

    • applicationContext

      @Autowired protected org.springframework.context.ApplicationContext applicationContext
  • Constructor Details

    • BeanArgumentResolver

      public BeanArgumentResolver()
  • Method Details