JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
G
K
W
C
CodeGenerator
- Class in
kontent.ai.delivery.generators
Generates java source files using the Kontent.ai Type listing endpoint in the Delivery API
CodeGenerator(String, String, File)
- Constructor for class kontent.ai.delivery.generators.
CodeGenerator
Constructs the CodeGenerator
G
generateSource(ContentType)
- Method in class kontent.ai.delivery.generators.
CodeGenerator
Returns a specification of the source representing this type in your Kontent.ai account.
generateSources()
- Method in class kontent.ai.delivery.generators.
CodeGenerator
Returns a list of specifications of the sources representing the types in your Kontent.ai account
generateSources(DeliveryClient)
- Method in class kontent.ai.delivery.generators.
CodeGenerator
Returns a list of specifications of the sources representing the types in your Kontent.ai account.
generateSources(List<ContentType>)
- Method in class kontent.ai.delivery.generators.
CodeGenerator
Returns a list of specifications of the sources representing the types in your Kontent.ai account.
K
kontent.ai.delivery.generators
- package kontent.ai.delivery.generators
W
writeSource(JavaFile)
- Method in class kontent.ai.delivery.generators.
CodeGenerator
Writes the provided specification to the outputDir provided in the constructor.
writeSources(List<JavaFile>)
- Method in class kontent.ai.delivery.generators.
CodeGenerator
Writes the provided specifications to the outputDir provided in the constructor.
C
G
K
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes