Closed jimirocks closed 2 years ago
By introducing TreeToAirBridge descendant, the code is always null. This is because it's used for type resolving. While this could be solved by setting @JsonTypeInfo(visible = true) then it can't parse the air devices under the bridge.
TreeToAirBridge
code
@JsonTypeInfo(visible = true)
I wrote issue to jackson https://github.com/FasterXML/jackson-dataformat-xml/issues/455
Work in progress in branch: https://github.com/Smarteon/loxone-java/tree/treedevicecode
By introducing
TreeToAirBridge
descendant, thecode
is always null. This is because it's used for type resolving. While this could be solved by setting@JsonTypeInfo(visible = true)
then it can't parse the air devices under the bridge.I wrote issue to jackson https://github.com/FasterXML/jackson-dataformat-xml/issues/455