Package | Description |
---|---|
com.yahoo.bullet.dsl.converter |
Modifier and Type | Class and Description |
---|---|
class |
AvroBulletRecordConverter
AvroBulletRecordConverter converts an Avro record into a BulletRecord.
|
class |
JSONBulletRecordConverter
JSONBulletRecordConverter is used to convert String JSON to
BulletRecord instances. |
class |
MapBulletRecordConverter
MapBulletRecordConverter is used to convert
Map<String, Object> to BulletRecord . |
class |
POJOBulletRecordConverter
POJOBulletRecordConverter is used to convert POJOs to
BulletRecord . |
Modifier and Type | Method and Description |
---|---|
protected BulletRecordConverter |
BulletRecordConverter.build()
Helper function used to initialize BulletRecordConverter from BulletDSLConfig.
|
protected BulletRecordConverter |
AvroBulletRecordConverter.build() |
protected BulletRecordConverter |
POJOBulletRecordConverter.build() |
static BulletRecordConverter |
BulletRecordConverter.from(BulletDSLConfig config)
Creates a BulletRecordConverter instance using the specified class.
|
Copyright © 2021. All rights reserved.