Class DataMapperMappingResponse


  • public final class DataMapperMappingResponse
    extends java.lang.Object
    • Method Detail

      • attributeMappingInfo

        public java.util.Optional<MapperAttributeMappingsResponse> attributeMappingInfo()
        Returns:
        This holds the user provided attribute mapping information.
      • sourceConnectionReference

        public java.util.Optional<MapperConnectionReferenceResponse> sourceConnectionReference()
        Returns:
        The connection reference for the source connection.
      • sourceDenormalizeInfo

        public java.util.Optional<java.lang.Object> sourceDenormalizeInfo()
        Returns:
        This holds the source denormalization information used while joining multiple sources.
      • sourceEntityName

        public java.util.Optional<java.lang.String> sourceEntityName()
        Returns:
        Name of the source table
      • targetEntityName

        public java.util.Optional<java.lang.String> targetEntityName()
        Returns:
        Name of the target table