Package org.burningwave.core.classes
Class BodySourceGenerator
java.lang.Object
org.burningwave.core.classes.SourceGenerator.Abst
org.burningwave.core.classes.BodySourceGenerator
- All Implemented Interfaces:
Serializable,SourceGenerator
public class BodySourceGenerator 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 BodySourceGeneratoraddAllElements(Collection<? extends SourceGenerator> generators)BodySourceGeneratoraddCode(String... elements)BodySourceGeneratoraddCodeLine(String... codes)BodySourceGeneratoraddElement(SourceGenerator... generators)static BodySourceGeneratorcreate()static BodySourceGeneratorcreateSimple()Stringmake()BodySourceGeneratorsetBodyElementSeparator(String elementSeparator)BodySourceGeneratorsetDelimiters(String startingDelimiter, String endingDelimiter)BodySourceGeneratorsetElementPrefix(String elementPrefix)BodySourceGeneratorsetEndingDelimiter(String endingDelimiter)BodySourceGeneratorsetStartingDelimiter(String startingDelimiter)BodySourceGeneratoruseType(Class<?>... classes)BodySourceGeneratoruseType(String... classes)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
-
createSimple
-
setBodyElementSeparator
-
setElementPrefix
-
setDelimiters
-
setStartingDelimiter
-
setEndingDelimiter
-
addElement
-
addCode
-
addCodeLine
-
addAllElements
-
useType
-
useType
-
make
-