Uses of Class
io.quarkus.qute.deployment.TypeInfos.Info
-
Packages that use TypeInfos.Info Package Description io.quarkus.qute.deployment -
-
Uses of TypeInfos.Info in io.quarkus.qute.deployment
Subclasses of TypeInfos.Info in io.quarkus.qute.deployment Modifier and Type Class Description (package private) static classTypeInfos.HintInfo(package private) static classTypeInfos.PropertyInfo(package private) static classTypeInfos.TypeInfo(package private) static classTypeInfos.VirtualMethodInfoMethods in io.quarkus.qute.deployment that return TypeInfos.Info Modifier and Type Method Description (package private) static TypeInfos.InfoTypeInfos. create(String typeInfo, io.quarkus.qute.Expression.Part part, org.jboss.jandex.IndexView index, Function<String,String> templateIdToPathFun, io.quarkus.qute.TemplateNode.Origin expressionOrigin)Methods in io.quarkus.qute.deployment that return types with arguments of type TypeInfos.Info Modifier and Type Method Description (package private) static List<TypeInfos.Info>TypeInfos. create(io.quarkus.qute.Expression expression, org.jboss.jandex.IndexView index, Function<String,String> templateIdToPathFun)(package private) static Iterator<TypeInfos.Info>QuteProcessor. processHintsIfNeeded(TypeInfos.Info root, Iterator<TypeInfos.Info> iterator, List<TypeInfos.Info> parts, TemplatesAnalysisBuildItem.TemplateAnalysis templateAnalysis, List<String> helperHints, QuteProcessor.MatchResult match, org.jboss.jandex.IndexView index, io.quarkus.qute.Expression expression, Map<Integer,QuteProcessor.MatchResult> generatedIdsToMatches, BuildProducer<IncorrectExpressionBuildItem> incorrectExpressions)Methods in io.quarkus.qute.deployment with parameters of type TypeInfos.Info Modifier and Type Method Description (package private) static Iterator<TypeInfos.Info>QuteProcessor. processHintsIfNeeded(TypeInfos.Info root, Iterator<TypeInfos.Info> iterator, List<TypeInfos.Info> parts, TemplatesAnalysisBuildItem.TemplateAnalysis templateAnalysis, List<String> helperHints, QuteProcessor.MatchResult match, org.jboss.jandex.IndexView index, io.quarkus.qute.Expression expression, Map<Integer,QuteProcessor.MatchResult> generatedIdsToMatches, BuildProducer<IncorrectExpressionBuildItem> incorrectExpressions)Method parameters in io.quarkus.qute.deployment with type arguments of type TypeInfos.Info Modifier and Type Method Description (package private) static Iterator<TypeInfos.Info>QuteProcessor. processHintsIfNeeded(TypeInfos.Info root, Iterator<TypeInfos.Info> iterator, List<TypeInfos.Info> parts, TemplatesAnalysisBuildItem.TemplateAnalysis templateAnalysis, List<String> helperHints, QuteProcessor.MatchResult match, org.jboss.jandex.IndexView index, io.quarkus.qute.Expression expression, Map<Integer,QuteProcessor.MatchResult> generatedIdsToMatches, BuildProducer<IncorrectExpressionBuildItem> incorrectExpressions)(package private) static Iterator<TypeInfos.Info>QuteProcessor. processHintsIfNeeded(TypeInfos.Info root, Iterator<TypeInfos.Info> iterator, List<TypeInfos.Info> parts, TemplatesAnalysisBuildItem.TemplateAnalysis templateAnalysis, List<String> helperHints, QuteProcessor.MatchResult match, org.jboss.jandex.IndexView index, io.quarkus.qute.Expression expression, Map<Integer,QuteProcessor.MatchResult> generatedIdsToMatches, BuildProducer<IncorrectExpressionBuildItem> incorrectExpressions)
-