| Package | Description | 
|---|---|
| com.devexperts.qd | 
 This package contains basic interfaces and other API elements of QD system
which shall be sufficient for the client application programmer. 
 | 
| com.devexperts.qd.kit | 
 This package contains default implementations of various QD components which
do not constitute any separate module or subsystem and which can be easily replaced. 
 | 
| com.devexperts.qd.ng | 
 This package contains next-generation interfaces for data and subscription exchange based on
 
RecordCursor class. | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends RecordMapping> | 
DataRecord.getMapping(Class<T> mappingClass)
Returns specified mapping for this data record or  
null if there is no such mapping for this record. | 
| Modifier and Type | Method and Description | 
|---|---|
RecordMapping | 
DataRecord.getMapping()
Returns mapping for this data record or  
null if there is no such mapping for this record. | 
| Modifier and Type | Method and Description | 
|---|---|
Map<Class<? extends RecordMapping>,RecordMapping> | 
DataRecord.getMappings()
Returns all mappings for this data record. 
 | 
Map<Class<? extends RecordMapping>,RecordMapping> | 
DataRecord.getMappings()
Returns all mappings for this data record. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends RecordMapping> | 
DefaultRecord.getMapping(Class<T> mappingClass)  | 
| Modifier and Type | Method and Description | 
|---|---|
RecordMapping | 
DefaultRecord.getMapping()  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<Class<? extends RecordMapping>,RecordMapping> | 
DefaultRecord.getMappings()  | 
Map<Class<? extends RecordMapping>,RecordMapping> | 
DefaultRecord.getMappings()  | 
| Modifier and Type | Method and Description | 
|---|---|
RecordMapping | 
RecordMappingFactory.createMapping(DataRecord record)
Creates mapping for a specified record. 
 | 
Copyright © 2002–2025 Devexperts LLC. All rights reserved.