Class TypeInfos

java.lang.Object
io.quarkus.qute.deployment.TypeInfos

final class TypeInfos extends Object
  • Field Details

  • Method Details

    • create

      static List<TypeInfos.Info> create(io.quarkus.qute.Expression expression, org.jboss.jandex.IndexView index, Function<String,String> templateIdToPathFun)
    • 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)