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>
IOException
com.fasterxml.jackson.core.JsonProcessingException
public 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.