Uses of Class
org.tquadrat.foundation.config.ap.CodeGenerationConfiguration
Packages that use CodeGenerationConfiguration
Package
Description
This is the Annotation Processor for the module
org.tquadrat.foundation.config
.The internal implementations.
The builders for the various code fragments that finally make up the
configuration bean.
-
Uses of CodeGenerationConfiguration in org.tquadrat.foundation.config.ap
Methods in org.tquadrat.foundation.config.ap with parameters of type CodeGenerationConfigurationModifier and TypeMethodDescriptionprivate final void
ConfigAnnotationProcessor.handleAddMethod
(CodeGenerationConfiguration configuration, ExecutableElement addMethod) Processes the givenExecutableElement
instance for an 'add' method.private final void
ConfigAnnotationProcessor.handleGetter
(CodeGenerationConfiguration configuration, ExecutableElement getter) Processes the givenExecutableElement
instance for a getter method.private final void
ConfigAnnotationProcessor.handleSetter
(CodeGenerationConfiguration configuration, ExecutableElement setter) Processes the givenExecutableElement
instance for a setter method.private final void
ConfigAnnotationProcessor.retrieveInitDataMethod
(CodeGenerationConfiguration configuration, TypeElement specification) This methods checks whether the configuration bean specification specifies aninitData()
method.private final void
ConfigAnnotationProcessor.retrieveProperties
(CodeGenerationConfiguration configuration, Collection<? extends TypeElement> interfaces) Scans the configuration bean specification for the properties and stores the result to the configuration. -
Uses of CodeGenerationConfiguration in org.tquadrat.foundation.config.ap.impl
Fields in org.tquadrat.foundation.config.ap.impl declared as CodeGenerationConfigurationModifier and TypeFieldDescriptionprivate final CodeGenerationConfiguration
CodeGenerator.m_Configuration
The configuration for the generation process.Methods in org.tquadrat.foundation.config.ap.impl that return CodeGenerationConfigurationModifier and TypeMethodDescriptionCodeBuilder.getConfiguration()
Provides access to the code builder configuration.CodeGenerator.getConfiguration()
Provides access to the configuration.Constructors in org.tquadrat.foundation.config.ap.impl with parameters of type CodeGenerationConfigurationModifierConstructorDescriptionCodeGenerator
(CodeGenerationConfiguration configuration) Creates a new instance ofCodeGenerator
. -
Uses of CodeGenerationConfiguration in org.tquadrat.foundation.config.ap.impl.codebuilders
Fields in org.tquadrat.foundation.config.ap.impl.codebuilders declared as CodeGenerationConfigurationModifier and TypeFieldDescriptionprivate final CodeGenerationConfiguration
CodeBuilderBase.m_Configuration
The configuration for the code generation.Methods in org.tquadrat.foundation.config.ap.impl.codebuilders that return CodeGenerationConfigurationModifier and TypeMethodDescriptionCodeBuilderBase.getConfiguration()
Provides access to the code builder configuration.CodeGeneratorContext.getConfiguration()
Provides access to the configuration.