@@ -138,13 +138,13 @@ default boolean canParse(final Class<?> type) {
138138 * Attempt to read a message from HTTP request body.
139139 * <p>
140140 * For text format (json, yaml, xml, etc.) a converter usually call to
141- * {@link Context#text(Context.Text)} in order to apply correct charset and close
142- * resources.
141+ * {@link BodyParser. Context#text(BodyParser. Context.Text)} in order to
142+ * apply correct charset and close resources.
143143 * </p>
144144 *
145145 * <p>
146- * For binary format a converter usually call to {@link Context#bytes(Context.Bytes)} in
147- * order to close resources.
146+ * For binary format a converter usually call to
147+ * {@link BodyParser.Context#bytes(BodyParser.Context.Bytes)} in order to close resources.
148148 * </p>
149149 *
150150 * @param type A type of message.
@@ -162,13 +162,13 @@ default <T> T parse(final Class<T> type, final Context ctx)
162162 * Attempt to read a message from HTTP request body.
163163 * <p>
164164 * For text format (json, yaml, xml, etc.) a converter usually call to
165- * {@link Context#text(Context.Text)} in order to apply correct charset and close
166- * resources.
165+ * {@link BodyParser. Context#text(BodyParser. Context.Text)} in order to apply correct charset
166+ * and close resources.
167167 * </p>
168168 *
169169 * <p>
170- * For binary format a converter usually call to {@link Context#bytes(Context.Bytes)} in
171- * order to close resources.
170+ * For binary format a converter usually call to
171+ * {@link BodyParser.Context#bytes(BodyParser.Context.Bytes)} in order to close resources.
172172 * </p>
173173 *
174174 * @param type A type of message.
0 commit comments