Uses of Interface
com.yetanalytics.xapi.model.IFreeMap
-
Packages that use IFreeMap Package Description com.yetanalytics.xapi.model com.yetanalytics.xapi.model.serializers -
-
Uses of IFreeMap in com.yetanalytics.xapi.model
Classes in com.yetanalytics.xapi.model that implement IFreeMap Modifier and Type Class Description classExtensionsA wrapper object for using xAPI Extensions.classLangMapJava wrapper object for the xAPI Language Map object. -
Uses of IFreeMap in com.yetanalytics.xapi.model.serializers
Methods in com.yetanalytics.xapi.model.serializers with parameters of type IFreeMap Modifier and Type Method Description voidFreeMapSerializer. serialize(IFreeMap<K,V> map, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)Constructor parameters in com.yetanalytics.xapi.model.serializers with type arguments of type IFreeMap Constructor Description FreeMapSerializer(Class<IFreeMap<K,V>> t)
-