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 classAbstractActorAbstract Class for serialization and deserialization of xAPI ActorsclassActivityClass representation of the Activity Object Type of the 9274.1.1 xAPI Specification.classAgentA concrete class representation of the Agent Component of the 9274.1.1 xAPI Specification.classGroupClass representation of the Group Component of the 9274.1.1 xAPI Specification.classStatementClass representation of an Statement from the 9274.1.1 xAPI Specification.classStatementRefClass 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 AbstractObjectStatement. getActor()AbstractObjectStatement. getObject()Methods in com.yetanalytics.xapi.model with parameters of type AbstractObject Modifier and Type Method Description voidStatement. setActor(AbstractObject actor)voidStatement. 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 AbstractObjectAbstractObjectDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext context)
-