Class JsonbBundle


  • public class JsonbBundle
    extends GensonBundle
    Genson bundle which allows usage of JSON-B annotations for serialization.
    Author:
    Aleks Seovic 2018.05.21
    • Constructor Detail

      • JsonbBundle

        public JsonbBundle()
    • 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