Interface JsonFormatterCustomizationCheck

All Superinterfaces:
Function<io.quarkus.arc.ArcContainer,List<String>>
All Known Implementing Classes:
JsonFormatterCustomizationCheck.JacksonJsonFormatterCustomizationCheck, JsonFormatterCustomizationCheck.JsonbJsonFormatterCustomizationCheck, JsonFormatterCustomizationCheck.NotModifiedJsonFormatterCustomizationCheck

public interface JsonFormatterCustomizationCheck extends Function<io.quarkus.arc.ArcContainer,List<String>>
Test whether the underlying Jackson Object Mapper / JSON-B used to create the "built-in" format mapper were modified and cannot be safely replaced by the Hibernate ORM's default ones.
  • Method Details