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 voidConfigAnnotationProcessor.handleAddMethod(CodeGenerationConfiguration configuration, ExecutableElement addMethod) Processes the givenExecutableElementinstance for an 'add' method.private final voidConfigAnnotationProcessor.handleGetter(CodeGenerationConfiguration configuration, ExecutableElement getter) Processes the givenExecutableElementinstance for a getter method.private final voidConfigAnnotationProcessor.handleSetter(CodeGenerationConfiguration configuration, ExecutableElement setter) Processes the givenExecutableElementinstance for a setter method.private final voidConfigAnnotationProcessor.retrieveInitDataMethod(CodeGenerationConfiguration configuration, TypeElement specification) This methods checks whether the configuration bean specification specifies aninitData()method.private final voidConfigAnnotationProcessor.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 CodeGenerationConfigurationCodeGenerator.m_ConfigurationThe 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 CodeGenerationConfigurationCodeBuilderBase.m_ConfigurationThe 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.
