Package org.burningwave.core.classes
Class GenericSourceGenerator
java.lang.Object
org.burningwave.core.classes.SourceGenerator.Abst
org.burningwave.core.classes.GenericSourceGenerator
- All Implemented Interfaces:
Serializable,SourceGenerator
public class GenericSourceGenerator extends SourceGenerator.Abst
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.burningwave.core.classes.SourceGenerator
SourceGenerator.Abst -
Method Summary
Modifier and Type Method Description GenericSourceGeneratoraddAnnotation(AnnotationSourceGenerator... annotations)GenericSourceGeneratoraddOuterCode(String... codes)static GenericSourceGeneratorcreate(Class<?> cls)static GenericSourceGeneratorcreate(String name)GenericSourceGeneratorexpands(TypeDeclarationSourceGenerator... hirearchyElements)StringgetName()Stringmake()GenericSourceGeneratorparentOf(TypeDeclarationSourceGenerator hirearchyElement)Methods inherited from class org.burningwave.core.classes.SourceGenerator.Abst
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.burningwave.core.classes.SourceGenerator
_toString, serialize, serializeToPath
-
Method Details
-
create
-
create
-
getName
-
addOuterCode
-
addAnnotation
-
expands
-
parentOf
-
make
-