Converters   Converters 
Compiled from "Converters.java" Compiled from "Converters.java"
public class io.dropwizard.jersey.protobuf.Converters { public class io.dropwizard.jersey.protobuf.Converters {
public static final com.google.common.base.Converter<com.google.protobuf. Timestamp, java.lang.String> toStringUTC;
public static final com.google.common.base.Converter<com.google.protobuf. Timestamp, java.time.Instant> toInstantUTC; public static final com.google.common.base.Converter<com.google.protobuf. Timestamp, java.time.Instant> toInstantUTC;
public static final com.google.common.base.Converter<com.google.protobuf. Timestamp, java.time.OffsetDateTime> toOffsetDateTimeUTC; public static final com.google.common.base.Converter<com.google.protobuf. Timestamp, java.time.OffsetDateTime> toOffsetDateTimeUTC;
public static final com.google.common.base.Converter<com.google.protobuf. Timestamp, java.time.ZonedDateTime> toZonedDateTimeUTC; public static final com.google.common.base.Converter<com.google.protobuf. Timestamp, java.time.ZonedDateTime> toZonedDateTimeUTC;
public static final com.google.common.base.Converter<com.google.protobuf. Duration, java.time.Duration> toDuration; public static final com.google.common.base.Converter<com.google.protobuf. Duration, java.time.Duration> toDuration;
public static final com.google.common.base.Converter<com.google.protobuf. Duration, java.lang.String> toDurationString;
public io.dropwizard.jersey.protobuf.Converters(); public io.dropwizard.jersey.protobuf.Converters();
static {}; static {};
} }
 End of changes. 2 change blocks. 
0 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/