public interface HollowStringifier<T extends HollowStringifier>
Modifier and Type | Method and Description |
---|---|
T |
addExcludeObjectTypes(java.lang.String... types)
Exclude specified object types (replace output with null)
|
java.lang.String |
stringify(HollowDataAccess dataAccess,
java.lang.String type,
int ordinal)
create a String representation of the record in the provided dataset, of the given type, with the specified ordinal.
|
java.lang.String |
stringify(HollowRecord record)
create a String representation of the specified
HollowRecord . |
T addExcludeObjectTypes(java.lang.String... types)
java.lang.String stringify(HollowRecord record)
HollowRecord
.java.lang.String stringify(HollowDataAccess dataAccess, java.lang.String type, int ordinal)