Class ProblemObjectMapperCustomizer

java.lang.Object
io.github.belgif.rest.problem.quarkus.core.ProblemObjectMapperCustomizer
All Implemented Interfaces:
io.quarkus.jackson.ObjectMapperCustomizer, Comparable<io.quarkus.jackson.ObjectMapperCustomizer>

@Singleton public class ProblemObjectMapperCustomizer extends Object implements io.quarkus.jackson.ObjectMapperCustomizer
ObjectMapperCustomizer that registers the CdiProblemModule.
  • Field Summary

    Fields inherited from interface io.quarkus.jackson.ObjectMapperCustomizer

    DEFAULT_PRIORITY, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, QUARKUS_CUSTOMIZER_PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.quarkus.jackson.ObjectMapperCustomizer

    compareTo, priority
  • Constructor Details

    • ProblemObjectMapperCustomizer

      public ProblemObjectMapperCustomizer()
  • Method Details

    • customize

      public void customize(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
      Specified by:
      customize in interface io.quarkus.jackson.ObjectMapperCustomizer