Class ModelDescriptionService


  • @Service("modelDescriptionService")
    public class ModelDescriptionService
    extends Object
    Service class to describe classes model.

    terrestris GmbH & Co. KG

    Author:
    Kai Volland
    • Field Detail

      • logger

        protected static final org.apache.logging.log4j.Logger logger
        The LOGGER instance (that will be available in all subclasses)
      • objectMapper

        @Autowired
        protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
    • Constructor Detail

      • ModelDescriptionService

        public ModelDescriptionService()
    • Method Detail

      • getJsonSchema

        public com.fasterxml.jackson.module.jsonSchema.JsonSchema getJsonSchema​(String className)
                                                                         throws IOException
        Throws:
        IOException