Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Mark google-http-client-jackson classes as deprecated
  • Loading branch information
chingor13 committed Dec 10, 2018
commit 6dc1e0ba00984b1528367954fba557cd69dd0964
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
*
* @since 1.3
* @author Yaniv Inbar
* @deprecated As of release 1.28, please use Jackson2 and google-http-client-jackson2.
*/
@Deprecated
public final class JacksonFactory extends JsonFactory {

/** JSON factory. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
* </p>
*
* @author Yaniv Inbar
* @deprecated As of release 1.28, please use Jackson2 and google-http-client-jackson2.
*/
@Deprecated
final class JacksonGenerator extends JsonGenerator {
private final org.codehaus.jackson.JsonGenerator generator;
private final JacksonFactory factory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
* </p>
*
* @author Yaniv Inbar
* @deprecated As of release 1.28, please use Jackson2 and google-http-client-jackson2.
*/
@Deprecated
final class JacksonParser extends JsonParser {

private final org.codehaus.jackson.JsonParser parser;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
*
* @since 1.3
* @author Yaniv Inbar
* @deprecated As of release 1.28, please use Jackson2 and google-http-client-jackson2.
*/

@Deprecated
package com.google.api.client.json.jackson;