Class Warning
java.lang.Object
com.github.muehmar.gradle.openapi.warnings.Warning
Warning which may occur during the generation of the code for the schemas.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WarningmissingMappingConversion(ClassTypeMapping classTypeMapping) static WarningmissingMappingConversion(DtoMapping dtoMapping) static WarningmissingMappingConversion(FormatTypeMapping formatTypeMapping) static WarningunsupportedValidation(PropertyInfoName propertyInfoName, JavaType javaType, ConstraintType constraintType)
-
Constructor Details
-
Warning
public Warning()
-
-
Method Details
-
unsupportedValidation
public static Warning unsupportedValidation(PropertyInfoName propertyInfoName, JavaType javaType, ConstraintType constraintType) -
missingMappingConversion
-
missingMappingConversion
-
missingMappingConversion
-