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 TypeMethodDescriptionboolean
isFieldPresent
(String presentWhen) Tests if a field should be included when creating bindings between a structure and a class.
-
Method Details
-
isFieldPresent
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 eachDataTypeMapper
- Returns:
- boolean true if field should be bound, false if field should not be bound
-