Class TypeInfos


  • final class TypeInfos
    extends Object
    • Method Detail

      • create

        static TypeInfos.Info create​(String typeInfo,
                                     io.quarkus.qute.Expression.Part part,
                                     org.jboss.jandex.IndexView index,
                                     Function<String,​String> templateIdToPathFun,
                                     io.quarkus.qute.TemplateNode.Origin expressionOrigin)
      • resolveTypeFromTypeInfo

        static org.jboss.jandex.Type resolveTypeFromTypeInfo​(String typeInfo)
      • isArray

        static boolean isArray​(String typeInfo)