Uses of Class
com.yetanalytics.xapi.model.AbstractObject
-
Packages that use AbstractObject Package Description com.yetanalytics.xapi.model com.yetanalytics.xapi.model.deserializers -
-
Uses of AbstractObject in com.yetanalytics.xapi.model
Subclasses of AbstractObject in com.yetanalytics.xapi.model Modifier and Type Class Description class
AbstractActor
Abstract Class for serialization and deserialization of xAPI Actorsclass
Activity
Class representation of the Activity Object Type of the 9274.1.1 xAPI Specification.class
Agent
A concrete class representation of the Agent Component of the 9274.1.1 xAPI Specification.class
Group
Class representation of the Group Component of the 9274.1.1 xAPI Specification.class
Statement
Class representation of an Statement from the 9274.1.1 xAPI Specification.class
StatementRef
Class representation of the StatementRef component of the 9274.1.1 xAPI Specification.Methods in com.yetanalytics.xapi.model that return AbstractObject Modifier and Type Method Description AbstractObject
Statement. getActor()
AbstractObject
Statement. getObject()
Methods in com.yetanalytics.xapi.model with parameters of type AbstractObject Modifier and Type Method Description void
Statement. setActor(AbstractObject actor)
void
Statement. setObject(AbstractObject object)
-
Uses of AbstractObject in com.yetanalytics.xapi.model.deserializers
Methods in com.yetanalytics.xapi.model.deserializers that return AbstractObject Modifier and Type Method Description AbstractObject
AbstractObjectDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext context)
-