3939public interface TypeResolverBuilder <T extends TypeResolverBuilder <T >>
4040{
4141 /*
42- /**********************************************************
42+ /**********************************************************************
4343 /* Accessors
44- /**********************************************************
44+ /**********************************************************************
4545 */
4646
4747 /**
@@ -52,9 +52,9 @@ public interface TypeResolverBuilder<T extends TypeResolverBuilder<T>>
5252 public Class <?> getDefaultImpl ();
5353
5454 /*
55- /**********************************************************
55+ /**********************************************************************
5656 /* Actual builder methods
57- /**********************************************************
57+ /**********************************************************************
5858 */
5959
6060 /**
@@ -79,10 +79,9 @@ public TypeDeserializer buildTypeDeserializer(DeserializationConfig config,
7979 JavaType baseType , Collection <NamedType > subtypes );
8080
8181 /*
82- /**********************************************************
83- /* Initialization method(s) that must be called before other
84- /* configuration
85- /**********************************************************
82+ /**********************************************************************
83+ /* Initialization method(s) that must be called before other configuration
84+ /**********************************************************************
8685 */
8786
8887 /**
@@ -98,9 +97,9 @@ public TypeDeserializer buildTypeDeserializer(DeserializationConfig config,
9897 public T init (JsonTypeInfo .Value settings , TypeIdResolver res );
9998
10099 /*
101- /**********************************************************
100+ /**********************************************************************
102101 /* Methods for configuring resolver to build
103- /**********************************************************
102+ /**********************************************************************
104103 */
105104
106105 /**
0 commit comments