We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c220316 commit c5350feCopy full SHA for c5350fe
src/main/java/tools/jackson/databind/jsontype/impl/MinimalClassNameIdResolver.java
@@ -7,10 +7,8 @@
7
import tools.jackson.core.JacksonException;
8
import tools.jackson.databind.DatabindContext;
9
import tools.jackson.databind.JavaType;
10
-import tools.jackson.databind.cfg.MapperConfig;
11
import tools.jackson.databind.jsontype.NamedType;
12
import tools.jackson.databind.jsontype.PolymorphicTypeValidator;
13
-import tools.jackson.databind.type.TypeFactory;
14
15
/**
16
* Specialization of {@link ClassNameIdResolver} that instead uses a
0 commit comments