Uses of Class
com.yetanalytics.xapi.model.LangMap
-
Packages that use LangMap Package Description com.yetanalytics.xapi.model com.yetanalytics.xapi.model.deserializers com.yetanalytics.xapi.model.serializers -
-
Uses of LangMap in com.yetanalytics.xapi.model
Methods in com.yetanalytics.xapi.model that return LangMap Modifier and Type Method Description LangMap
ActivityDefinition. getDescription()
LangMap
Attachment. getDescription()
LangMap
InteractionComponent. getDescription()
LangMap
Attachment. getDisplay()
LangMap
Verb. getDisplay()
LangMap
ActivityDefinition. getName()
Methods in com.yetanalytics.xapi.model with parameters of type LangMap Modifier and Type Method Description void
ActivityDefinition. setDescription(LangMap description)
void
Attachment. setDescription(LangMap description)
void
InteractionComponent. setDescription(LangMap description)
void
Attachment. setDisplay(LangMap display)
void
Verb. setDisplay(LangMap display)
void
ActivityDefinition. setName(LangMap name)
-
Uses of LangMap in com.yetanalytics.xapi.model.deserializers
Methods in com.yetanalytics.xapi.model.deserializers that return LangMap Modifier and Type Method Description LangMap
LangMapDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext context)
-
Uses of LangMap in com.yetanalytics.xapi.model.serializers
Methods in com.yetanalytics.xapi.model.serializers with parameters of type LangMap Modifier and Type Method Description void
LangMapSerializer. serialize(LangMap langMap, 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 LangMap Constructor Description LangMapSerializer(Class<LangMap> t)
-