Is your feature request related to a problem? Please describe.
When I autogenerate a java-client from the swagger-API I get conflicts with the Object-Type as Object is the default-type in Java (java.lang.Object).
Describe the solution you'd like
It would be helpful, if the type Object is renamed to something like IoBrokerObject or something similar
Additional context
In this example (the generated State-Class), actually there is an java.lang.Object expected, but the code compiles to the "IoBroker"-Object, so we get serialization-errors when querying the states from the API:
Is your feature request related to a problem? Please describe.
When I autogenerate a java-client from the swagger-API I get conflicts with the
Object
-Type asObject
is the default-type in Java (java.lang.Object
).Describe the solution you'd like
It would be helpful, if the type
Object
is renamed to something likeIoBrokerObject
or something similarAdditional context
In this example (the generated
State
-Class), actually there is anjava.lang.Object
expected, but the code compiles to the "IoBroker"-Object, so we get serialization-errors when querying the states from the API: