@@ -157,9 +157,9 @@ public interface SerializableString
157
157
158
158
/**
159
159
* Method for writing JSON-escaped UTF-8 encoded String value using given
160
- * {@link OutputStream}.
160
+ * {@link java.io. OutputStream}.
161
161
*
162
- * @param out {@link OutputStream} to write String into
162
+ * @param out {@link java.io. OutputStream} to write String into
163
163
*
164
164
* @return Number of bytes written
165
165
*
@@ -169,9 +169,9 @@ public interface SerializableString
169
169
170
170
/**
171
171
* Method for writing unescaped UTF-8 encoded String value using given
172
- * {@link OutputStream}.
172
+ * {@link java.io. OutputStream}.
173
173
*
174
- * @param out {@link OutputStream} to write String into
174
+ * @param out {@link java.io. OutputStream} to write String into
175
175
*
176
176
* @return Number of bytes written
177
177
*
@@ -181,9 +181,9 @@ public interface SerializableString
181
181
182
182
/**
183
183
* Method for appending JSON-escaped UTF-8 encoded String value into given
184
- * {@link ByteBuffer}, if it fits.
184
+ * {@link java.nio. ByteBuffer}, if it fits.
185
185
*
186
- * @param buffer {@link ByteBuffer} to append String into
186
+ * @param buffer {@link java.nio. ByteBuffer} to append String into
187
187
*
188
188
* @return Number of bytes put, if contents fit, otherwise -1
189
189
*
@@ -193,9 +193,9 @@ public interface SerializableString
193
193
194
194
/**
195
195
* Method for appending unquoted ('raw') UTF-8 encoded String value into given
196
- * {@link ByteBuffer}, if it fits.
196
+ * {@link java.nio. ByteBuffer}, if it fits.
197
197
*
198
- * @param buffer {@link ByteBuffer} to append String into
198
+ * @param buffer {@link java.nio. ByteBuffer} to append String into
199
199
*
200
200
* @return Number of bytes put, if contents fit, otherwise -1
201
201
*
0 commit comments