public final class AWSSchemaRegistryUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkIfPresentInMap(Map<String,?> map,
String key)
Check value is present in the map or not.
|
AWSSchemaNamingStrategy |
configureSchemaNamingStrategy(Map<String,?> configs) |
static AWSSchemaRegistryUtils |
getInstance()
Thread safe singleton instance of the AWSSchemaRegistryUtils Class.
|
String |
getSchemaName(Map<String,?> configs)
Returns the schema Name.
|
public static AWSSchemaRegistryUtils getInstance()
AWSSchemaRegistryUtils.public boolean checkIfPresentInMap(@NonNull
Map<String,?> map,
@NonNull
String key)
map - map of configuration elementskey - key for checking the presence of entry in configuration mappublic AWSSchemaNamingStrategy configureSchemaNamingStrategy(Map<String,?> configs)
Copyright © 2021. All rights reserved.