Uses of Package
org.tquadrat.foundation.javacomposer.internal
Packages that use org.tquadrat.foundation.javacomposer.internal
Package
Description
JavaComposer is a Java toolkit for the generation of Java source
code.
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer
.-
-
Classes in org.tquadrat.foundation.javacomposer.internal used by org.tquadrat.foundation.javacomposer.internalClassDescriptionThe implementation of
AnnotationSpec
for a generated annotation on a declaration.The implementation ofAnnotationSpec.Builder
for a builder of anAnnotationSpecImpl
instance.The implementation ofTypeSpec
for annotations.The implementation ofTypeSpec.Builder
for annotation types.The implementation ofTypeNameImpl
for array types.The implementation ofClassName
for a fully-qualified class name for top-level and member classes.The implementation ofTypeSpec
for a class.The implementation ofTypeSpec.Builder
for a class.The implementation ofCodeBlock
for a fragment of a*.java
file.The implementation ofCodeBlock.Builder
as the builder for a newCodeBlockImpl
instance.A helper class that supports to join code blocks.Converts aJavaFile
to a string suitable to both human- and javac-consumption.The comment types.A helper class holding the debug output that is added to the generated code.The implementation ofTypeSpec
for anenum
type.The implementation ofTypeSpec.Builder
forenum
types.The implementation forFieldSpec
.The implementation ofFieldSpec.Builder
The implementation ofTypeSpec
for an interface.The implementation ofTypeSpec.Builder
for an interface.The implementation ofJavaFile
for a Java file containing a single top level class.The builder for an instance ofJavaFileImpl
as an implementation ofJavaFile.Builder
.The implementation forLambdaSpec
.The implementation forLambdaSpec.Builder
.Implements soft line wrapping on anAppendable
.The flush types.The implementation forMethodSpec
.The implementation forMethodSpec.Builder
The implementation ofTypeNameImpl
for parameterised types.The implementation ofParameterSpec
.The implementation ofParameterSpec.Builder
The implementation ofTypeSpec
for a record.The implementation ofTypeSpec.Builder
for a class.The implementation ofTypeNameImpl
as representation of any type in Java's type system, plusvoid
.The abstract base class for the implementations ofTypeSpec
.The abstract base class for the implementations ofTypeSpec.Builder
.The kind of type specified by aTypeSpecImpl
instance.The implementation ofTypeNameImpl
for type variable names.The implementation ofTypeNameImpl
for wildcard named types.