Package io.kiota.quarkus
Class KiotaCodeGenConfig.SpecConfig
java.lang.Object
io.kiota.quarkus.KiotaCodeGenConfig.SpecConfig
- Enclosing class:
- KiotaCodeGenConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe generated API client class name.ADVANCED: The deserializers to be used in the generated code.The glob expression to be used to identify the endpoints to be excluded from the generation.The glob expression to be used to identify the endpoints to be included in the generation.The generated API client package name.ADVANCED: The serializers to be used in the generated code. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
className
The generated API client class name. -
packageName
The generated API client package name. -
includePath
The glob expression to be used to identify the endpoints to be included in the generation. -
excludePath
The glob expression to be used to identify the endpoints to be excluded from the generation. -
serializer
ADVANCED: The serializers to be used in the generated code. -
deserializer
ADVANCED: The deserializers to be used in the generated code.
-
-
Constructor Details
-
SpecConfig
public SpecConfig()
-