-
### Search before asking
- [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar.
### Describe the bug
I have a class hierarchy with multipl…
-
There are cases when using SRTP with overloads where a class that is not sealed is not resolved, when in fact the compiler has a good candidate.
#### Repro steps
Try this script
```
//[]
ty…
gusty updated
3 weeks ago
-
Sealed classes essentially act as enums but at a class level. This allows you to check if a class is of a certain type and call a method or variable depending on that type. Sealed classes allow you to…
-
I am on 4.0.2 and scala 3.5.2-RC2.
I have a tree defined with multiple sealed trait and case class. All sealed traits have `derives ReadWriter`
Today I introduced 3 more sealed traits to describe a …
-
Currently, we generate code for the AST tree and the element tree by using the `TreeGenerator` class.
It helps us to not have to change the visitors and other methods manually for every change we d…
-
In v3 the following classes should be sealed
- Any implementation of `ModularTenantEvents`
- Any implementation of `NamedRecipeStepHandler`
- Any implementation of `DeploymentSourceBase`
- Any I…
-
When sealed class used as property inside other sealed class, serialization does not work.
**To Reproduce**
https://github.com/MEJIOMAH17/kotlinx-serialization-polymorph-bug/blob/master/src/test/…
-
`JsonBuilder` provides the `classDiscriminator` property:
```
/**
* Name of the class descriptor property for polymorphic serialization.
* "type" by default.
*/
public v…
-
In Dart 3, the introduction of sealed classes is causing an issue with Dart macros. When attempting to use a macro with a sealed class, the generated code includes an unnecessary abstract keyword, lea…
-
It it possible to use Javalin with non-standard HTTP methods such as PROPFIND and MKCOL (webdav methods)?
As far as I can see, the only ways of defining a handler involve using a HandlerType and th…