java.lang.Object
io.quarkus.annotation.processor.documentation.config.util.TypeUtil

public final class TypeUtil extends Object
  • Constructor Details

    • TypeUtil

      public TypeUtil()
  • Method Details

    • getPrimitiveDefaultValue

      public static String getPrimitiveDefaultValue(String primitiveType)
    • unbox

      public static String unbox(String type)
      Replaces Java primitive wrapper types with primitive types
    • isPrimitiveWrapper

      public static boolean isPrimitiveWrapper(String type)
    • getAlias

      public static String getAlias(String qualifiedName)
    • normalizeDurationValue

      public static String normalizeDurationValue(String value)