Class MappingApplier


  • public class MappingApplier
    extends java.lang.Object
    The MappingApplier transforms facts into model elements using mappings
    • Constructor Summary

      Constructors 
      Constructor Description
      MappingApplier​(java.util.function.Function<java.lang.String,​Taxonomy> taxonomyGetter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.gson.JsonElement apply​(Fact fact, Mapping mapping)  
      • Methods inherited from class java.lang.Object

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

      • MappingApplier

        public MappingApplier​(java.util.function.Function<java.lang.String,​Taxonomy> taxonomyGetter)
    • Method Detail

      • apply

        public com.google.gson.JsonElement apply​(Fact fact,
                                                 Mapping mapping)