Class UtilsKt
-
- All Implemented Interfaces:
public final class UtilsKt
-
-
Method Summary
Modifier and Type Method Description final static Map<String, String>
mappedStrings(DocumentScannerTextLocalization $self)
Uses reflection to access all String fields of class and write field name and its value as a key-value pair into a map. final static Map<String, String>
mappedStrings(CroppingTextLocalization $self)
Uses reflection to access all String fields of class and write field name and its value as a key-value pair into a map. -
-
Method Detail
-
mappedStrings
final static Map<String, String> mappedStrings(DocumentScannerTextLocalization $self)
Uses reflection to access all String fields of class and write field name and its value as a key-value pair into a map.
-
mappedStrings
final static Map<String, String> mappedStrings(CroppingTextLocalization $self)
Uses reflection to access all String fields of class and write field name and its value as a key-value pair into a map.
-
-
-
-