Skip navigation links
C D E F G H I J S T 

C

canEqual(Object) - Method in class com.tomtom.speedtools.json.JsonBased
 
com.tomtom.speedtools.json - package com.tomtom.speedtools.json
 
createJsonMappedObject() - Method in class com.tomtom.speedtools.json.SimpleJsonSerializer
Create a new JSON mapped object.
createJsonObjectMapper() - Static method in class com.tomtom.speedtools.json.JsonObjectMapperFactory
 

D

DateTimeSerializer - Class in com.tomtom.speedtools.json
To use the DateTimeSerializer, use the following annotations: (at)XmlElement(name = "time") (at)JsonSerialize(using = ToStringSerializer.class) (at)JsonDeserialize(using = FromStringDeserializer.class) private DateTime time;
DateTimeSerializer.FromLongDeserializer - Class in com.tomtom.speedtools.json
 
DateTimeSerializer.FromStringDeserializer - Class in com.tomtom.speedtools.json
 
DateTimeSerializer.LongMixIn - Interface in com.tomtom.speedtools.json
 
DateTimeSerializer.StringMixIn - Interface in com.tomtom.speedtools.json
Provide a custom date time serializer for Joda time objects.
DateTimeSerializer.ToLongSerializer - Class in com.tomtom.speedtools.json
 
DateTimeSerializer.ToStringSerializer - Class in com.tomtom.speedtools.json
 
deserialize(JsonParser, DeserializationContext) - Method in class com.tomtom.speedtools.json.DateTimeSerializer.FromLongDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.tomtom.speedtools.json.DateTimeSerializer.FromStringDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.tomtom.speedtools.json.ImageSerializer.FromBytesDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.tomtom.speedtools.json.ImageSerializer.FromBytesDeserializerForBufferedImage
 
deserialize(Object) - Method in class com.tomtom.speedtools.json.SimpleJsonSerializer
Given a JSON value object, deserialize it into a POJO.
determineMapperFromRawType(Class<?>) - Method in class com.tomtom.speedtools.json.SimpleJsonSerializer
Determine the mapper for a given raw type.

E

equals(Object) - Method in class com.tomtom.speedtools.json.JsonBased
 

F

FromBytesDeserializer() - Constructor for class com.tomtom.speedtools.json.ImageSerializer.FromBytesDeserializer
 
FromBytesDeserializerForBufferedImage() - Constructor for class com.tomtom.speedtools.json.ImageSerializer.FromBytesDeserializerForBufferedImage
 
fromJson(String, Class<T>) - Static method in class com.tomtom.speedtools.json.Json
 
fromJson(Object) - Method in class com.tomtom.speedtools.json.SimpleJsonSerializer.IdentityMapper
 
fromJson(Object) - Method in interface com.tomtom.speedtools.json.SimpleJsonSerializer.Mapper
Convert a JSON value object back to a POJO.
FromLongDeserializer() - Constructor for class com.tomtom.speedtools.json.DateTimeSerializer.FromLongDeserializer
 
FromStringDeserializer() - Constructor for class com.tomtom.speedtools.json.DateTimeSerializer.FromStringDeserializer
 

G

getCurrentJsonObjectMapper() - Static method in class com.tomtom.speedtools.json.Json
Return JSON mapper used for JAXB.
getCurrentStringObjectMapper() - Static method in class com.tomtom.speedtools.json.Json
Return single JSON mapper for toString.
getInstance() - Static method in class com.tomtom.speedtools.json.SimpleJsonSerializer
Get singleton instance of this class.
getName() - Method in interface com.tomtom.speedtools.json.SimpleJsonSerializer.Mapper
Return mapper name (for debugging).

H

hashCode() - Method in class com.tomtom.speedtools.json.JsonBased
 

I

IdentityMapper(Class<?>) - Constructor for class com.tomtom.speedtools.json.SimpleJsonSerializer.IdentityMapper
 
ImageSerializer - Class in com.tomtom.speedtools.json
 
ImageSerializer.BytesMixIn - Interface in com.tomtom.speedtools.json
 
ImageSerializer.FromBytesDeserializer - Class in com.tomtom.speedtools.json
 
ImageSerializer.FromBytesDeserializerForBufferedImage - Class in com.tomtom.speedtools.json
 
ImageSerializer.ToBytesSerializer - Class in com.tomtom.speedtools.json
 

J

Json - Class in com.tomtom.speedtools.json
Simple Json formatter class.
JsonBased - Class in com.tomtom.speedtools.json
This class may serve as a simple base class to implement toString() and equals() (using the JSON string representation).
JsonBased() - Constructor for class com.tomtom.speedtools.json.JsonBased
 
JsonObjectMapperFactory - Class in com.tomtom.speedtools.json
This class defines a Jackson mapper factory.
JsonRenderable - Interface in com.tomtom.speedtools.json
Implemented by objects that are able to render themselves in JSON.

S

serialize(DateTime, JsonGenerator, SerializerProvider) - Method in class com.tomtom.speedtools.json.DateTimeSerializer.ToLongSerializer
 
serialize(DateTime, JsonGenerator, SerializerProvider) - Method in class com.tomtom.speedtools.json.DateTimeSerializer.ToStringSerializer
 
serialize(Image, JsonGenerator, SerializerProvider) - Method in class com.tomtom.speedtools.json.ImageSerializer.ToBytesSerializer
 
serialize(Object) - Method in class com.tomtom.speedtools.json.SimpleJsonSerializer
Serialize a POJO into a JSON value object.
SimpleJsonSerializer - Class in com.tomtom.speedtools.json
Simple POJO (Plain Old Java Object, or 'regular Java object') to JSON object mapper.
SimpleJsonSerializer() - Constructor for class com.tomtom.speedtools.json.SimpleJsonSerializer
Constructor should only be used by singleton instance and derived classes.
SimpleJsonSerializer.IdentityMapper - Class in com.tomtom.speedtools.json
 
SimpleJsonSerializer.Mapper - Interface in com.tomtom.speedtools.json
 

T

ToBytesSerializer() - Constructor for class com.tomtom.speedtools.json.ImageSerializer.ToBytesSerializer
 
toJson(Object) - Static method in class com.tomtom.speedtools.json.Json
 
toJson() - Method in interface com.tomtom.speedtools.json.JsonRenderable
Provide a Json representation of a domain object.
toJson(Object, Type, IdentityHashMap<Object, Object>) - Method in class com.tomtom.speedtools.json.SimpleJsonSerializer.IdentityMapper
 
toJson(Object, Type, IdentityHashMap<Object, Object>) - Method in interface com.tomtom.speedtools.json.SimpleJsonSerializer.Mapper
Convert a POJO to JSON value object.
ToLongSerializer() - Constructor for class com.tomtom.speedtools.json.DateTimeSerializer.ToLongSerializer
 
toString() - Method in class com.tomtom.speedtools.json.JsonBased
 
toString(Object) - Method in class com.tomtom.speedtools.json.SimpleJsonSerializer
toStringJson(Object) - Static method in class com.tomtom.speedtools.json.Json
Convert an object to a JSON String representation.
toStringPretty(Object, boolean) - Method in class com.tomtom.speedtools.json.SimpleJsonSerializer
Convert a POJO to JSON string object.
ToStringSerializer() - Constructor for class com.tomtom.speedtools.json.DateTimeSerializer.ToStringSerializer
 
C D E F G H I J S T 
Skip navigation links

Copyright © 2017 TomTom International BV. All rights reserved.