Package com.github.jknack.mwa.web

Examples of com.github.jknack.mwa.web.JacksonViewMethodProcessor


   *         ResponseBody.
   */
  @Bean
  @Role(BeanDefinition.ROLE_INFRASTRUCTURE)
  public JacksonViewMethodProcessor jacksonViewMethodProcessor() {
    return new JacksonViewMethodProcessor(jackson2ObjectMapper());
  }
View Full Code Here

TOP

Related Classes of com.github.jknack.mwa.web.JacksonViewMethodProcessor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.