39
39
public interface TypeResolverBuilder <T extends TypeResolverBuilder <T >>
40
40
{
41
41
/*
42
- /**********************************************************
42
+ /**********************************************************************
43
43
/* Accessors
44
- /**********************************************************
44
+ /**********************************************************************
45
45
*/
46
46
47
47
/**
@@ -52,9 +52,9 @@ public interface TypeResolverBuilder<T extends TypeResolverBuilder<T>>
52
52
public Class <?> getDefaultImpl ();
53
53
54
54
/*
55
- /**********************************************************
55
+ /**********************************************************************
56
56
/* Actual builder methods
57
- /**********************************************************
57
+ /**********************************************************************
58
58
*/
59
59
60
60
/**
@@ -79,10 +79,9 @@ public TypeDeserializer buildTypeDeserializer(DeserializationConfig config,
79
79
JavaType baseType , Collection <NamedType > subtypes );
80
80
81
81
/*
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
+ /**********************************************************************
86
85
*/
87
86
88
87
/**
@@ -98,9 +97,9 @@ public TypeDeserializer buildTypeDeserializer(DeserializationConfig config,
98
97
public T init (JsonTypeInfo .Value settings , TypeIdResolver res );
99
98
100
99
/*
101
- /**********************************************************
100
+ /**********************************************************************
102
101
/* Methods for configuring resolver to build
103
- /**********************************************************
102
+ /**********************************************************************
104
103
*/
105
104
106
105
/**
0 commit comments