Class JacksonBundle


  • public class JacksonBundle
    extends GensonBundle
    Genson bundle which allows usage of Jackson annotations for serialization.
    Author:
    Aleks Seovic 2018.05.21
    • Constructor Detail

      • JacksonBundle

        public JacksonBundle()
    • Method Detail

      • configure

        public void configure​(GensonBuilder builder)
        Description copied from class: GensonBundle
        This method does not provide any guarantee to when it is called: before user config, during, or after. Thus it should not rely on accessor methods from GensonBuilder they might not reflect the final configuration. Use the builder to register your components.
        Specified by:
        configure in class GensonBundle