T - the type of object which is going to be created.public interface RecordFactory<T>
| Modifier and Type | Method and Description | 
|---|---|
Record<T> | 
newRecord(Object value)  | 
void | 
setValue(Record<T> record,
        Object value)  | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.