| Modifier and Type | Method and Description |
|---|---|
TypeSource |
TypeDefinition.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDefinition.setSource(TypeSource source) |
| Constructor and Description |
|---|
TypeDefinitionBuilder(javax.ws.rs.core.MediaType mediaType,
TypeSource source,
boolean required,
boolean arrayType,
boolean unionType) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonTypeSource |
class |
MultipartTypeSource |
class |
PrimitiveTypeSource |
class |
XmlTypeSource |
| Modifier and Type | Method and Description |
|---|---|
static String |
FileGenerationUtils.generatePojo(TypeSource source,
String opName,
File outputDir,
String basePackage) |
static String |
FileGenerationUtils.getSchemaFormat(TypeSource source) |
static String |
FileGenerationUtils.writeSchema(TypeSource source,
String name,
Path outputDir) |
Copyright © 2019. All rights reserved.