Class DocumentDescription


  • public class DocumentDescription
    extends Object
    will describe a request document by identifying the present extensions and setting the schemas-attribute accordingly
    Since:
    18.04.2021
    Author:
    Pascal Knueppel
    • Constructor Detail

      • DocumentDescription

        public DocumentDescription​(ResourceType resourceType,
                                   com.fasterxml.jackson.databind.JsonNode jsonNode)
    • Method Detail

      • getMetaSchema

        public Schema getMetaSchema()
        this is the main schema that will describe the resource
      • getExtensions

        public List<Schema> getExtensions()
        these are the schema extensions that describe the additional attributes of this resource type. This list will only have those entries added to it that are added in the 'schemas'-attribute of the request