Package org.tquadrat.foundation.javacomposer.internal
package org.tquadrat.foundation.javacomposer.internal
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer
.
Unless otherwise stated, null
argument values will cause
methods and constructors of all classes in this package to throw an
Exception
,
usually a
NullArgumentException
,
but in some rare cases, it could be also a
NullPointerException
.
-
ClassDescriptionThe 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.Annotation value visitor adding members to the given builder instance.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.An implementation ofCodeProcessor
PREVIEW that creates an instance ofCodeBlock
from the given String template.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
.This is the definition forLayout
.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.Several utility functions to be used with JavaComposer.The implementation ofTypeNameImpl
for wildcard named types.