Class AbstractObjectGraphMapping
java.lang.Object
ai.stapi.serialization.AbstractSerializableObject
ai.stapi.graphoperations.declaration.AbstractDeclaration
ai.stapi.graphoperations.objectGraphLanguage.AbstractObjectGraphMapping
- All Implemented Interfaces:
Declaration,ObjectGraphMapping,ai.stapi.serialization.SerializableObject
- Direct Known Subclasses:
InterfaceObjectGraphMapping,LeafObjectGraphMapping,ListObjectGraphMapping,MapObjectGraphMapping,ObjectObjectGraphMapping,ReferenceObjectGraphMapping
public abstract class AbstractObjectGraphMapping
extends AbstractDeclaration
implements ObjectGraphMapping
-
Field Summary
FieldsFields inherited from class ai.stapi.serialization.AbstractSerializableObject
NAME_OF_FIELD_WITH_SERIALIZATION_TYPEFields inherited from interface ai.stapi.graphoperations.declaration.Declaration
INTERFACE_UUIDFields inherited from interface ai.stapi.graphoperations.objectGraphLanguage.ObjectGraphMapping
INTERFACE_UUID -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractObjectGraphMapping(GraphDescription graphDescription, String deserializationType) AbstractObjectGraphMapping(String deserializationType) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class ai.stapi.serialization.AbstractSerializableObject
getSerializationTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.graphoperations.declaration.Declaration
getSerializationType
-
Field Details
-
DECLARATION_TYPE
- See Also:
-
graphDescription
-
-
Constructor Details
-
AbstractObjectGraphMapping
protected AbstractObjectGraphMapping() -
AbstractObjectGraphMapping
-
AbstractObjectGraphMapping
-
-
Method Details
-
getGraphDescription
- Specified by:
getGraphDescriptionin interfaceObjectGraphMapping
-
getDeclarationType
- Specified by:
getDeclarationTypein interfaceDeclaration- Specified by:
getDeclarationTypein classAbstractDeclaration
-