Package io.quarkus.qute
Class SectionHelperFactory.ParametersInfo
- java.lang.Object
-
- io.quarkus.qute.SectionHelperFactory.ParametersInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSectionHelperFactory.ParametersInfo.Builder
-
Field Summary
Fields Modifier and Type Field Description static SectionHelperFactory.ParametersInfoEMPTY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SectionHelperFactory.ParametersInfo.Builderbuilder()List<Parameter>get(String blockLabel)booleanisCheckNumberOfParams()Iterator<List<Parameter>>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
EMPTY
public static final SectionHelperFactory.ParametersInfo EMPTY
-
-
Method Detail
-
builder
public static SectionHelperFactory.ParametersInfo.Builder builder()
-
isCheckNumberOfParams
public boolean isCheckNumberOfParams()
-
-