Interface FixDataHook.FixData
-
- All Known Implementing Classes:
FixDataHook.FixDataKey,FixDataHook.FixDataSpace,FixDataHook.FixDataTag
- Enclosing class:
- FixDataHook
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface FixDataHook.FixData
Common set of commands for data fixing- Since:
- 10600 (functional interface)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanfixKeys(java.util.Map<java.lang.String,java.lang.String> keys, OsmPrimitive osm)Checks if data needs to be fixed and change keys
-
-
-
Method Detail
-
fixKeys
boolean fixKeys(java.util.Map<java.lang.String,java.lang.String> keys, OsmPrimitive osm)
Checks if data needs to be fixed and change keys- Parameters:
keys- list of keys to be modifiedosm- the object for type validation, don't use keys of it!- Returns:
trueif keys have been modified
-
-