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 1ab5bcb commit 5bd538bCopy full SHA for 5bd538b
src/main/java/com/fasterxml/jackson/databind/BeanProperty.java
@@ -154,7 +154,7 @@ public interface BeanProperty extends Named
154
* @since 2.7
155
*/
156
public JsonFormat.Value findPropertyFormat(MapperConfig<?> config, Class<?> baseType);
157
-
+
158
/**
159
* Convenience method that is roughly equivalent to
160
*<pre>
@@ -181,7 +181,7 @@ public interface BeanProperty extends Named
181
/* Schema/introspection support
182
/**********************************************************
183
184
185
186
* Method that can be called to visit the type structure that this
187
* property is part of.
0 commit comments