Class MappingEntry

    • Method Detail

      • sourceTable

        public final String sourceTable()

        The name of the source table.

        Returns:
        The name of the source table.
      • sourcePath

        public final String sourcePath()

        The source path.

        Returns:
        The source path.
      • sourceType

        public final String sourceType()

        The source type.

        Returns:
        The source type.
      • targetTable

        public final String targetTable()

        The target table.

        Returns:
        The target table.
      • targetPath

        public final String targetPath()

        The target path.

        Returns:
        The target path.
      • targetType

        public final String targetType()

        The target type.

        Returns:
        The target type.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)