Interface DataTypeMapperContext

All Known Implementing Classes:
GoRttiMapper

public interface DataTypeMapperContext
Context passed to StructureMapping logic when binding a structure's fields to a java class's fields.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isFieldPresent(String presentWhen)
    Tests if a field should be included when creating bindings between a structure and a class.
  • Method Details

    • isFieldPresent

      boolean isFieldPresent(String presentWhen)
      Tests if a field should be included when creating bindings between a structure and a class.
      Parameters:
      presentWhen - free-form string that is interpreted by each DataTypeMapper
      Returns:
      boolean true if field should be bound, false if field should not be bound