Package org.faktorips.codegen
package org.faktorips.codegen
-
ClassDescriptionBaseDatatypeHelper<T extends CodeFragment>Interface that defines functionality needed to generate source code for data types.Represents a language independent source code fragment.A collection of utility methods related to sourcecode generation.ConversionCodeGenerator<T extends CodeFragment>The ConversionCodeGenerator extends the ConversionMatrix with the ability to generate the Java source code needed to convert the value of a given data type to another (if the conversion is possible).Interface that defines functionality needed to generate Java sourcecode for datatypes.A registry for DatatypeHelper.A default DatatypeHelperRegistry.An ImportDeclaration is an ordered set of import statements.The class represents a Java source code fragment.A builder to create JavaCodeFragments with a uniform coding style.Extended DatatypeHelper variant for data types representing Java's primitives.SingleConversionCg<T extends CodeFragment>