Class ObjectObjectGraphMapping
java.lang.Object
ai.stapi.serialization.AbstractSerializableObject
ai.stapi.graphoperations.declaration.AbstractDeclaration
ai.stapi.graphoperations.objectGraphLanguage.AbstractObjectGraphMapping
ai.stapi.graphoperations.objectGraphLanguage.ObjectObjectGraphMapping
- All Implemented Interfaces:
Declaration,ObjectGraphMapping,ai.stapi.serialization.SerializableObject
-
Field Summary
FieldsFields inherited from class ai.stapi.graphoperations.objectGraphLanguage.AbstractObjectGraphMapping
DECLARATION_TYPE, graphDescriptionFields 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
ConstructorsConstructorDescriptionObjectObjectGraphMapping(GraphDescription graphDescription, Map<String, ObjectFieldDefinition> fields) ObjectObjectGraphMapping(GraphDescription graphDescription, Map<String, ObjectFieldDefinition> fields, String serializationType) -
Method Summary
Methods inherited from class ai.stapi.graphoperations.objectGraphLanguage.AbstractObjectGraphMapping
getDeclarationType, getGraphDescriptionMethods 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
-
SERIALIZATION_TYPE
- See Also:
-
-
Constructor Details
-
ObjectObjectGraphMapping
public ObjectObjectGraphMapping(GraphDescription graphDescription, Map<String, ObjectFieldDefinition> fields) -
ObjectObjectGraphMapping
public ObjectObjectGraphMapping(GraphDescription graphDescription, Map<String, ObjectFieldDefinition> fields, String serializationType)
-
-
Method Details
-
getFields
-