Package de.terrestris.shoguncore.service
Class ModelDescriptionService
- java.lang.Object
-
- de.terrestris.shoguncore.service.ModelDescriptionService
-
@Service("modelDescriptionService") public class ModelDescriptionService extends ObjectService class to describe classes model.terrestris GmbH & Co. KG
- Author:
- Kai Volland
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.LoggerloggerThe LOGGER instance (that will be available in all subclasses)protected com.fasterxml.jackson.databind.ObjectMapperobjectMapper
-
Constructor Summary
Constructors Constructor Description ModelDescriptionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.module.jsonSchema.JsonSchemagetJsonSchema(String className)
-
-
-
Method Detail
-
getJsonSchema
public com.fasterxml.jackson.module.jsonSchema.JsonSchema getJsonSchema(String className) throws IOException
- Throws:
IOException
-
-