Class CompilerQueryInvoker
java.lang.Object
org.openprovenance.prov.template.compiler.CompilerQueryInvoker
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcompositeQueryInvoker(TemplatesProjectConfiguration configs, Locations locations, TemplateCompilerConfig config, Set<String> foundSpecialTypes, String sbVar, com.squareup.javapoet.MethodSpec.Builder mspec, String variableBean, boolean withBean) converterForSpecialType(String specialType) generateQueryInvoker(TemplatesProjectConfiguration configs, Locations locations, boolean withBean, String fileName)
-
Field Details
-
CONVERT_TO_NULLABLE_TEXT
- See Also:
-
CONVERT_TO_NON_NULLABLE_TEXT
- See Also:
-
sbVar
- See Also:
-
linkingVar
- See Also:
-
-
Constructor Details
-
CompilerQueryInvoker
-
-
Method Details
-
generateQueryInvoker
public SpecificationFile generateQueryInvoker(TemplatesProjectConfiguration configs, Locations locations, boolean withBean, String fileName) -
compositeQueryInvoker
public void compositeQueryInvoker(TemplatesProjectConfiguration configs, Locations locations, TemplateCompilerConfig config, Set<String> foundSpecialTypes, String sbVar, com.squareup.javapoet.MethodSpec.Builder mspec, String variableBean, boolean withBean) -
converterForSpecialType
-