Class JacksonSerializationUtils

java.lang.Object
io.quarkus.resteasy.reactive.jackson.deployment.processor.JacksonSerializationUtils

final class JacksonSerializationUtils extends Object
  • Method Details

    • isBoxedPrimitive

      static boolean isBoxedPrimitive(org.jboss.jandex.Type type)
    • isBoxedPrimitive

      static boolean isBoxedPrimitive(String typeName)
    • isBasicJsonType

      static boolean isBasicJsonType(org.jboss.jandex.Type type)
    • getDefaultValue

      static io.quarkus.gizmo.ResultHandle getDefaultValue(io.quarkus.gizmo.BytecodeCreator bytecodeCreator, org.jboss.jandex.Type type)