Class GlobalBindingInitializer


  • @ControllerAdvice
    public class GlobalBindingInitializer
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerCustomEditors​(org.springframework.web.bind.WebDataBinder binder, org.springframework.web.context.request.WebRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GlobalBindingInitializer

        public GlobalBindingInitializer()
    • Method Detail

      • registerCustomEditors

        @InitBinder
        public void registerCustomEditors​(org.springframework.web.bind.WebDataBinder binder,
                                          org.springframework.web.context.request.WebRequest request)