Uses of Class
us.irdev.bedrock.bag.SourceAdapter
Packages that use 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
Subclasses of SourceAdapter in us.irdev.bedrock.bagModifier and TypeClassDescriptionclass
class
class
Methods in us.irdev.bedrock.bag that return SourceAdapterModifier and TypeMethodDescriptionSourceAdapter.setMimeType
(String mimeType) SourceAdapter.setStringData
(String stringData) Methods in us.irdev.bedrock.bag with parameters of type SourceAdapterModifier 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
Methods in us.irdev.bedrock.bag.formats with parameters of type SourceAdapterModifier and TypeMethodDescriptionstatic BagArray
FormatReader.readBagArray
(SourceAdapter sourceAdapter) static BagObject
FormatReader.readBagObject
(SourceAdapter sourceAdapter)