Class ModelDescriptionService


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

    terrestris GmbH & Co. KG

    Author:
    Kai Volland
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.logging.log4j.Logger LOG
      The LOGGER instance (that will be available in all subclasses)
      protected com.fasterxml.jackson.databind.ObjectMapper objectMapper  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.module.jsonSchema.JsonSchema getJsonSchema​(java.lang.String className)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        protected final org.apache.logging.log4j.Logger LOG
        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​(java.lang.String className)
                                                                         throws java.io.IOException
        Throws:
        java.io.IOException