Uses of Enum
org.openprovenance.prov.template.compiler.common.BeanDirection
Packages that use BeanDirection
Package
Description
-
Uses of BeanDirection in org.openprovenance.prov.template.compiler
Methods in org.openprovenance.prov.template.compiler with parameters of type BeanDirectionModifier and TypeMethodDescriptionCompilerUtil.beanNameClass(String templateName, BeanDirection beanDirection) CompilerUtil.beanNameClass(String templateName, BeanDirection beanDirection, String extension) CompilerBeanGenerator.generateBean(TemplatesCompilerConfig configs, Locations locations, String templateName, TemplateBindingsSchema bindingsSchema, BeanKind beanKind, BeanDirection beanDirection, String consistOf, List<String> sharing, String extension, String fileName) CompilerBeanChecker.generateBeanChecker(TemplatesCompilerConfig configs, Locations locations, BeanDirection direction, Map<String, Map<String, org.apache.commons.lang3.tuple.Triple<String, List<String>, TemplateBindingsSchema>>> variantTable, String fileName) com.squareup.javapoet.MethodSpecCompilerBeanChecker.generateCheckerMethod(String templateName, String extension, TemplateCompilerConfig config, BeanDirection direction, String packageForBeans, List<String> sharing) CompilerConfigurations.generateConfigurator(TemplatesCompilerConfig configs, Locations locations, String theConfiguratorName, com.squareup.javapoet.TypeName typeName, QuintetConsumer<String, com.squareup.javapoet.MethodSpec.Builder, com.squareup.javapoet.TypeName, com.squareup.javapoet.TypeName, com.squareup.javapoet.TypeName> generator, String generatorMethod, BeanDirection direction, com.squareup.javapoet.TypeName beanProcessor, boolean defaultBehaviour, String beanPackage, BeanDirection outDirection, String directory, String fileName) CompilerConfigurations.generateConfigurator(TemplatesCompilerConfig configs, Locations locations, String theConfiguratorName, com.squareup.javapoet.TypeName typeName, QuintetConsumer<String, com.squareup.javapoet.MethodSpec.Builder, com.squareup.javapoet.TypeName, com.squareup.javapoet.TypeName, com.squareup.javapoet.TypeName> generator, String generatorMethod, BeanDirection direction, com.squareup.javapoet.TypeName beanProcessor, boolean defaultBehaviour, String beanPackage, BeanDirection outDirection, String directory, String fileName, Consumer<com.squareup.javapoet.TypeSpec.Builder> optionalCode) -
Uses of BeanDirection in org.openprovenance.prov.template.compiler.common
Methods in org.openprovenance.prov.template.compiler.common that return BeanDirectionModifier and TypeMethodDescriptionstatic BeanDirectionReturns the enum constant of this type with the specified name.static BeanDirection[]BeanDirection.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openprovenance.prov.template.compiler.common with parameters of type BeanDirectionModifier and TypeMethodDescriptioncom.squareup.javapoet.MethodSpecCompilerCommon.generateFactoryMethodToBeanWithArray(String toBean, String template, String packge, TemplateBindingsSchema bindingsSchema, BeanDirection direction, String extension, List<String> shared) com.squareup.javapoet.MethodSpecCompilerCommon.generateFactoryMethodToBeanWithArrayComposite(String toBean, String template, String packge, TemplateBindingsSchema bindingsSchema, String loggerPackage, String logger, BeanDirection direction, String extension, List<String> sharing) com.squareup.javapoet.FieldSpecCompilerCommon.generateField4aBeanConverter2(String toBean, String templateName, String packge, String fieldName, BeanDirection direction) com.squareup.javapoet.FieldSpecCompilerCommon.generateField4aBeanConverter3(String toBean, String templateName, String packge, String fieldName, BeanDirection direction) com.squareup.javapoet.MethodSpecCompilerCommon.generateProcessorConverter(String template, String packge, TemplateBindingsSchema bindingsSchema, BeanDirection beanDirection) -
Uses of BeanDirection in org.openprovenance.prov.template.compiler.configuration
Methods in org.openprovenance.prov.template.compiler.configuration with parameters of type BeanDirection -
Uses of BeanDirection in org.openprovenance.prov.template.compiler.integration
Methods in org.openprovenance.prov.template.compiler.integration with parameters of type BeanDirectionModifier and TypeMethodDescriptioncom.squareup.javapoet.MethodSpecCompilerIntegrator.generateNewOutputConstructor(String templateName, String packge, TemplateBindingsSchema bindingsSchema, BeanDirection outputs)