Class PathValueMapper
java.lang.Object
gov.nasa.jpl.aerie.contrib.serialization.mappers.PathValueMapper
- All Implemented Interfaces:
gov.nasa.jpl.aerie.merlin.framework.ValueMapper<Path>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserializeValue(gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue serializedValue) gov.nasa.jpl.aerie.merlin.protocol.types.ValueSchemagov.nasa.jpl.aerie.merlin.protocol.types.SerializedValueserializeValue(Path value)
-
Constructor Details
-
PathValueMapper
public PathValueMapper()
-
-
Method Details
-
getValueSchema
public gov.nasa.jpl.aerie.merlin.protocol.types.ValueSchema getValueSchema()- Specified by:
getValueSchemain interfacegov.nasa.jpl.aerie.merlin.framework.ValueMapper<Path>
-
deserializeValue
public gov.nasa.jpl.aerie.merlin.framework.Result<Path,String> deserializeValue(gov.nasa.jpl.aerie.merlin.protocol.types.SerializedValue serializedValue) - Specified by:
deserializeValuein interfacegov.nasa.jpl.aerie.merlin.framework.ValueMapper<Path>
-
serializeValue
- Specified by:
serializeValuein interfacegov.nasa.jpl.aerie.merlin.framework.ValueMapper<Path>
-