@Component public class DemoNormalizerImpl extends Object implements DemoNormalizer
| Constructor and Description |
|---|
DemoNormalizerImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
normalizeAddress(String address,
String language)
This method is used to normalize address.
|
String |
normalizeName(String nameInfo,
String language,
MasterDataFetcher titleFetcher)
This method is used to normalize name.
|
public String normalizeName(String nameInfo, String language, MasterDataFetcher titleFetcher) throws IdAuthenticationBusinessException
normalizeName in interface DemoNormalizernameInfo - the name infolanguage - the languagetitleFetcher - the title fetcherIdAuthenticationBusinessException - the id authentication business exceptionpublic String normalizeAddress(String address, String language)
normalizeAddress in interface DemoNormalizeraddress - the address received from request or entityCopyright © 2020. All rights reserved.