Nicklas Wiegandt 07d19baf89
feat (#19407 JAVA SPRING WEBCLIENT): Add support for useSingleRequestParameter to Spring WebClient (#19827)
* chore (JAVA SPRING WEBCLIENT): Remove comments used for debugging

* feat (JAVA SPRING WEBCLIENT): Add support for useSingleRequestParameter to Spring WebClient

* feat (JAVA SPRING WEBCLIENT): Generate samples and docs

* fix (JAVA SPRING WEBCLIENT): Fix missing return error & Fix JDK17 action webclient useSingleRequestParameter test path

* fix (JAVA SPRING WEBCLIENT): Fix code indention

* fix (JAVA SPRING WEBCLIENT): Fix code indention again

* fix (JAVA SPRING WEBCLIENT): Update samples

* feat (JAVA SPRING WEBCLIENT): Regenerate after pull rebase
2024-12-15 15:28:38 +08:00

890 B

NullableClass

Properties

Name Type Description Notes
integerProp Integer [optional]
numberProp BigDecimal [optional]
booleanProp Boolean [optional]
stringProp String [optional]
dateProp LocalDate [optional]
datetimeProp OffsetDateTime [optional]
arrayNullableProp List<Object> [optional]
arrayAndItemsNullableProp List<Object> [optional]
arrayItemsNullable List<Object> [optional]
objectNullableProp Map<String, Object> [optional]
objectAndItemsNullableProp Map<String, Object> [optional]
objectItemsNullable Map<String, Object> [optional]