|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFormat | |
---|---|
org.otfeed.support | Utility and helper classes for the client API. |
org.otfeed.support.mock | Mock classes and other testing utilities. |
Uses of IFormat in org.otfeed.support |
---|
Classes in org.otfeed.support that implement IFormat | |
---|---|
class |
BufferFormat
Converts ByteBuffer type to/from a string. |
class |
DateFormat
Date format helper. |
Methods in org.otfeed.support that return types with arguments of type IFormat | |
---|---|
java.util.Map<java.lang.Class<?>,IFormat<java.lang.Object>> |
CSVDataWriter.getCustomPropertyFormatter()
Allows to customize how properties are being formatted. |
Method parameters in org.otfeed.support with type arguments of type IFormat | |
---|---|
void |
CSVDataWriter.setCustomPropertyFormatter(java.util.Map<java.lang.Class<?>,IFormat<java.lang.Object>> val)
Sets dictionary of custom property formatters. |
Uses of IFormat in org.otfeed.support.mock |
---|
Methods in org.otfeed.support.mock that return IFormat | |
---|---|
IFormat<java.nio.ByteBuffer> |
MockStreamerFactory.getFormat()
Format to use when parsing ByteBuffer s. |
IFormat<java.nio.ByteBuffer> |
SpyStreamerFactory.getFormat()
Format to use when converting ByteBuffer s to human-readable form. |
Methods in org.otfeed.support.mock with parameters of type IFormat | |
---|---|
void |
MockStreamerFactory.setFormat(IFormat<java.nio.ByteBuffer> val)
Sets format. |
void |
SpyStreamerFactory.setFormat(IFormat<java.nio.ByteBuffer> val)
Sets format. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |