public class AgencyAndIdDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<org.onebusaway.gtfs.model.AgencyAndId>
| Constructor and Description |
|---|
AgencyAndIdDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
org.onebusaway.gtfs.model.AgencyAndId |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Class<org.onebusaway.gtfs.model.AgencyAndId> |
handledType() |
public static final String SEPARATOR
public org.onebusaway.gtfs.model.AgencyAndId deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
throws IOException,
com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<org.onebusaway.gtfs.model.AgencyAndId>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionpublic Class<org.onebusaway.gtfs.model.AgencyAndId> handledType()
handledType in class com.fasterxml.jackson.databind.JsonDeserializer<org.onebusaway.gtfs.model.AgencyAndId>Copyright © 2018. All rights reserved.