Interface TextMatchingStrategy.NormalizeFunction
- Enclosing interface:
TextMatchingStrategy
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionnormalizeText(DemoNormalizer demoNormalizer, String inputText, String langCode, Map<String, Object> props)
-
Method Details
-
normalizeText
String normalizeText(DemoNormalizer demoNormalizer, String inputText, String langCode, Map<String, Object> props) throws IdAuthenticationBusinessException
-