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 TypeClassDescriptionclassclassclassMethods 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 BagArrayBagArrayFrom.sourceAdapter(SourceAdapter sourceAdapter) static BagArrayBagArrayFrom.sourceAdapter(SourceAdapter sourceAdapter, Supplier<BagArray> fail) static BagObjectBagObjectFrom.sourceAdapter(SourceAdapter sourceAdapter) static BagObjectBagObjectFrom.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 BagArrayFormatReader.readBagArray(SourceAdapter sourceAdapter) static BagObjectFormatReader.readBagObject(SourceAdapter sourceAdapter)