Uses of Class
us.irdev.bedrock.bag.SourceAdapter
Package
Description
Provides text-based storage of objects and un-formatted data in a simple, hierarchical key/value
store.
Provides FormatReader and FormatWriter classes in support of the bedrock package.
-
Uses of SourceAdapter in us.irdev.bedrock.bag
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionSourceAdapter.setMimeType
(String mimeType) SourceAdapter.setStringData
(String stringData) Modifier and TypeMethodDescriptionstatic BagArray
BagArrayFrom.sourceAdapter
(SourceAdapter sourceAdapter) static BagArray
BagArrayFrom.sourceAdapter
(SourceAdapter sourceAdapter, Supplier<BagArray> fail) static BagObject
BagObjectFrom.sourceAdapter
(SourceAdapter sourceAdapter) static BagObject
BagObjectFrom.sourceAdapter
(SourceAdapter sourceAdapter, Supplier<BagObject> fail) -
Uses of SourceAdapter in us.irdev.bedrock.bag.formats
Modifier and TypeMethodDescriptionstatic BagArray
FormatReader.readBagArray
(SourceAdapter sourceAdapter) static BagObject
FormatReader.readBagObject
(SourceAdapter sourceAdapter)