Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
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,7 @@
*
* @since 1.3
* @author Yaniv Inbar
* @deprecated As of release 1.28, please use Jackson2 and google-http-client-jackson2.
*/

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