sunday-generator
1.1.0-beta.2
gradle-plugin
/
io.outfoxx.sunday.generator.gradle
/
SundayGeneration
Sunday
Generation
class
SundayGeneration
(
val
name
:
String
,
objects
:
ObjectFactory
,
project
:
Project
)
Constructors
Properties
Constructors
Sunday
Generation
Link copied to clipboard
fun
SundayGeneration
(
name
:
String
,
objects
:
ObjectFactory
,
project
:
Project
)
Properties
always
Use
Response
Return
Link copied to clipboard
val
alwaysUseResponseReturn
:
Property
<
Boolean
>
base
Uri
Mode
Link copied to clipboard
val
baseUriMode
:
Property
<
KotlinJAXRSGenerator.Options.BaseUriMode
>
coroutines
Link copied to clipboard
var
coroutines
:
Property
<
Boolean
>
default
Media
Types
Link copied to clipboard
val
defaultMediaTypes
:
ListProperty
<
String
>
disable
Jackson
Annotations
Link copied to clipboard
var
disableJacksonAnnotations
:
Property
<
Boolean
>
disable
Model
Implementations
Link copied to clipboard
var
disableModelImplementations
:
Property
<
Boolean
>
disable
Validation
Constraints
Link copied to clipboard
var
disableValidationConstraints
:
Property
<
Boolean
>
explicit
Security
Parameters
Link copied to clipboard
val
explicitSecurityParameters
:
Property
<
Boolean
>
framework
Link copied to clipboard
var
framework
:
Property
<
TargetFramework
>
generated
Annotation
Link copied to clipboard
val
generatedAnnotation
:
Property
<
String
>
generate
Model
Link copied to clipboard
var
generateModel
:
Property
<
Boolean
>
generate
Service
Link copied to clipboard
var
generateService
:
Property
<
Boolean
>
includes
Link copied to clipboard
val
includes
:
Property
<
FileCollection
>
mode
Link copied to clipboard
var
mode
:
Property
<
GenerationMode
>
model
Pkg
Name
Link copied to clipboard
var
modelPkgName
:
Property
<
String
>
name
Link copied to clipboard
val
name
:
String
output
Dir
Link copied to clipboard
val
outputDir
:
Property
<
Directory
>
pkg
Name
Link copied to clipboard
var
pkgName
:
Property
<
String
>
reactive
Response
Type
Link copied to clipboard
var
reactiveResponseType
:
Property
<
String
>
service
Pkg
Name
Link copied to clipboard
var
servicePkgName
:
Property
<
String
>
service
Suffix
Link copied to clipboard
var
serviceSuffix
:
Property
<
String
>
source
Link copied to clipboard
val
source
:
Property
<
FileCollection
>
use
Result
Response
Return
Link copied to clipboard
val
useResultResponseReturn
:
Property
<
Boolean
>