public class Sha256StringListAdaptor extends HashedListAdaptor<String>
| Constructor and Description |
|---|
Sha256StringListAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
normalizeAndHash(String value,
String fieldName)
Method to normalize and hash the given field and its value.
|
protected String |
readFromJson(com.google.gson.stream.JsonReader reader)
Type specific method on how to read from Json String.
|
getFieldName, read, writeprotected String readFromJson(com.google.gson.stream.JsonReader reader) throws IOException
HashedListAdaptorreadFromJson in class HashedListAdaptor<String>IOExceptionprotected String normalizeAndHash(String value, String fieldName)
HashedListAdaptornormalizeAndHash in class HashedListAdaptor<String>Copyright © 2024. All rights reserved.