java.lang.Object
org.odpi.openmetadata.adapters.repositoryservices.xtdb.repositoryconnector.mapping.AbstractMapping
Direct Known Subclasses:
InstanceAuditHeaderMapping, InstancePropertyValueMapping

public abstract class AbstractMapping extends Object
General utilities for the mapping of any instance data.
  • Method Details

    • getKeyword

      public static String getKeyword(String name)
      Construct a string representation of a keyword.
      Parameters:
      name - of the keyword
      Returns:
      String representation of the form ':name'
    • getKeyword

      public static String getKeyword(String namespace, String name)
      Construct a string representation of a keyword.
      Parameters:
      namespace - of the keyword (optional)
      name - of the keyword
      Returns:
      String representation of the form ':namespace/name'