Package org.apache.ignite.binary
Interface BinaryNameMapper
- 
- All Known Implementing Classes:
- BinaryBasicNameMapper
 
 public interface BinaryNameMapperMaps type and field names to different names. Prepares class/type names and field names before pass them toBinaryIdMapper.Binary name mapper can be configured for all binary objects via BinaryConfiguration.getNameMapper()method, or for a specific binary type viaBinaryTypeConfiguration.getNameMapper()method.- See Also:
- BinaryIdMapper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringfieldName(String fieldName)Gets field name.StringtypeName(String clsName)Gets type clsName.
 
-