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