java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AbstractTypeTransformer<Properties,URL>
de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.basetransformers.Properties2URLTransformer
All Implemented Interfaces:
TypeTransformer<Properties,URL>

public class Properties2URLTransformer extends AbstractTypeTransformer<Properties,URL>
Transforms a URI to java.uril.Properties. Currently supported formats: YAML, JSON.
  • Field Details

    • FILE_PREFIX

      private static final String FILE_PREFIX
      See Also:
    • GSON

      private static final com.google.gson.Gson GSON
  • Constructor Details

    • Properties2URLTransformer

      public Properties2URLTransformer()
  • Method Details

    • transform

      public URL transform(Properties value, Properties parameters) throws TypeTransformationException
      Description copied from interface: TypeTransformer
      Transforms the given value to the new type. There is only one instance of this TypeTransformer. So any attribute of the class is used in multiple transformations.
      Parameters:
      value - the given value to convert
      parameters - the parameters can contain any further hints for the transformation e.g. create OntModel with or without reasoning / in memory or in file etc.
      Returns:
      the transformed value
      Throws:
      TypeTransformationException - in case the transformation did not work