Class OptaPlannerObjectMapperCustomizer

java.lang.Object
org.optaplanner.quarkus.jackson.OptaPlannerObjectMapperCustomizer
All Implemented Interfaces:
io.quarkus.jackson.ObjectMapperCustomizer, Comparable<io.quarkus.jackson.ObjectMapperCustomizer>

@Singleton public class OptaPlannerObjectMapperCustomizer extends Object implements io.quarkus.jackson.ObjectMapperCustomizer
OptaPlanner doesn't use Jackson, but it does have optional Jackson support for serializing the score etc.
  • Field Summary

    Fields inherited from interface io.quarkus.jackson.ObjectMapperCustomizer

    DEFAULT_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

    • OptaPlannerObjectMapperCustomizer

      public OptaPlannerObjectMapperCustomizer()
  • Method Details

    • customize

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