Class MessageSchemaLocationAttributeMapper


  • public class MessageSchemaLocationAttributeMapper
    extends TmaAttributeMapper<java.lang.String,​Message>
    This attribute Mapper class maps SchemaLocation between String and Message
    Since:
    1907
    • Constructor Detail

      • MessageSchemaLocationAttributeMapper

        public MessageSchemaLocationAttributeMapper()
    • Method Detail

      • populateTargetAttributeFromSource

        public void populateTargetAttributeFromSource​(java.lang.String source,
                                                      Message target,
                                                      ma.glasnost.orika.MappingContext context)
        Description copied from class: TmaAttributeMapper
        Populates the target attribute value by obtained by processing the source object.
        Specified by:
        populateTargetAttributeFromSource in class TmaAttributeMapper<java.lang.String,​Message>
        Parameters:
        source - source object
        target - target object