Class JacksonSerializationUtils
java.lang.Object
io.quarkus.resteasy.reactive.jackson.deployment.processor.JacksonSerializationUtils
-
Method Summary
Modifier and TypeMethodDescription(package private) static io.quarkus.gizmo.ResultHandlegetDefaultValue(io.quarkus.gizmo.BytecodeCreator bytecodeCreator, org.jboss.jandex.Type type) (package private) static booleanisBasicJsonType(org.jboss.jandex.Type type) (package private) static booleanisBoxedPrimitive(String typeName) (package private) static booleanisBoxedPrimitive(org.jboss.jandex.Type type)
-
Method Details
-
isBoxedPrimitive
static boolean isBoxedPrimitive(org.jboss.jandex.Type type) -
isBoxedPrimitive
-
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)
-