Interface | Description |
---|---|
SARGeneratorPlugin |
Class | Description |
---|---|
AARGenerator |
Generator to generate API archive file(.aar) from API projects
|
ARAGenerator |
Generator to generate all the artifacts that enable Z application to call RESTful APIs.
|
ARASummary |
The object that represents the processing result summary for the given api description file.
|
BindfileGenerator |
Objects of this type are used to generate WSBind file and JSON schemas for use with the z/OS Connect supplied data
transformer.
|
ProviderProperty |
Objects of this type are used to store configuration properties for the service in the service archive.
|
SARGenerator | |
ServiceArtifact |
Objects of this type are used to represent files that are included in the service archive.
|
Trace |
Utility for outputting verbose information about the build toolkit functionality.
|
Enum | Description |
---|---|
BindfileGenerator.CharVarying |
Specifies how character fields in the language structures are mapped.
|
BindfileGenerator.DateTime |
For
BindfileGenerator.BindfileGenerator(String, String, String, Language, ProgramInterface, String, String, CharVarying, Boolean, String, Boolean, String)
and
BindfileGenerator.BindfileGenerator(String, String, String, Boolean, Language, ProgramInterface, String, String, CharVarying, String, String, Boolean, String, Boolean, Boolean, DateTime, String)
this specifies if potential ABSTIME fields in the high-level language structure are mapped as timestamps. |
BindfileGenerator.Language |
Represents the language used by the system of record application.
|
BindfileGenerator.NameTruncation | |
BindfileGenerator.ProgramInterface |
The interface used to communicate with the system of record application.
|
ProviderProperty.ProviderPropertyType |
The types of property that can be stored in the service archive.
|
Exception | Description |
---|---|
GenerateAarException | |
GenerateSarException | |
InvalidPropertyException |
Thrown to indicate that one of the properties passed to the SARGeneratorPlugin had a problem.
|
InvalidSwaggerException |
Thrown to indicate that input swagger file is invalid.
|
ServiceArtifactException |
Use to indicate that a problem occurred when creating a ServiceArtifact for inclusion in the service archive.
|