Class TypeInfo
java.lang.Object
io.github.torand.openapi2java.model.TypeInfo
Describes a type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
description
-
nullable
public boolean nullable -
keyType
-
primitive
public boolean primitive -
itemType
-
schemaFormat
-
schemaPattern
-
annotations
-
annotationImports
-
typeImports
-
-
Constructor Details
-
TypeInfo
public TypeInfo()
-
-
Method Details
-
isPrimitive
public boolean isPrimitive() -
isArray
public boolean isArray() -
getFullName
-
typeImports
-
annotationImports
-