Package energy.eddie.aiida.schemas.rtd
Class BaseSchemaFormatter
java.lang.Object
energy.eddie.aiida.schemas.rtd.BaseSchemaFormatter
- All Implemented Interfaces:
SchemaFormatter
- Direct Known Subclasses:
CimFormatter,CimFormatter,RawFormatter
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseSchemaFormatter(ApplicationInformationService applicationInformationService, tools.jackson.databind.json.JsonMapper mapper) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface energy.eddie.aiida.schemas.rtd.SchemaFormatter
format, supportedSchema
-
Field Details
-
aiidaId
-
mapper
protected final tools.jackson.databind.json.JsonMapper mapper
-
-
Constructor Details
-
BaseSchemaFormatter
protected BaseSchemaFormatter(ApplicationInformationService applicationInformationService, tools.jackson.databind.json.JsonMapper mapper)
-