public class DevKitConnectorTypeDefinitionDecorator extends TypeDefinitionDecorator
typeDefinition| Constructor and Description |
|---|
DevKitConnectorTypeDefinitionDecorator(String externalName,
String internalName,
TypeDefinition typeDefinition,
String basePackage,
PojoFQNamePool pojoFQNamePool) |
DevKitConnectorTypeDefinitionDecorator(TypeDefinition inputMetadata,
String basePackage,
PojoFQNamePool pojoFQNamePool) |
| Modifier and Type | Method and Description |
|---|---|
void |
generatePojo(Path outputDir) |
String |
getClassName() |
String |
getDefaultValue() |
String |
getDescription() |
String |
getExample() |
String |
getExternalName() |
String |
getInternalName() |
String |
getMediaType() |
Path |
getPojoLocation() |
String |
getRequestBuilderResponseType() |
boolean |
isFailedToGeneratePojo() |
boolean |
requiresPojo() |
void |
setClassName(String className) |
void |
setFailedToGeneratePojo(boolean failed) |
getAnnotatedParameterName, getTypeDefinition, hasDefaultValue, hasMediaType, isArrayType, isEnumType, isPrimitiveType, isRequired, isUnionTypepublic DevKitConnectorTypeDefinitionDecorator(String externalName, String internalName, TypeDefinition typeDefinition, String basePackage, PojoFQNamePool pojoFQNamePool)
public DevKitConnectorTypeDefinitionDecorator(TypeDefinition inputMetadata, String basePackage, PojoFQNamePool pojoFQNamePool)
public void generatePojo(Path outputDir) throws GenerationException
GenerationExceptionpublic Path getPojoLocation()
public void setClassName(String className)
public String getClassName()
public String getRequestBuilderResponseType()
public String getExternalName()
getExternalName in class TypeDefinitionDecoratorpublic String getInternalName()
getInternalName in class TypeDefinitionDecoratorpublic String getMediaType()
getMediaType in class TypeDefinitionDecoratorpublic String getDescription()
getDescription in class TypeDefinitionDecoratorpublic String getDefaultValue()
getDefaultValue in class TypeDefinitionDecoratorpublic String getExample()
getExample in class TypeDefinitionDecoratorpublic boolean requiresPojo()
public void setFailedToGeneratePojo(boolean failed)
public boolean isFailedToGeneratePojo()
Copyright © 2024. All rights reserved.