Uses of Class
us.irdev.bedrock.bag.Bag
Packages that use Bag
Package
Description
Provides text-based storage of objects and un-formatted data in a simple, hierarchical key/value
store.
Provides Expressions for evaluating query criteria.
Provides blah blah blah.
Provides blah blah blah.
-
Uses of Bag in us.irdev.bedrock.bag
Classes in us.irdev.bedrock.bag with type parameters of type BagSubclasses of Bag in us.irdev.bedrock.bagModifier and TypeClassDescriptionclassA collection of text-based values stored in a zero-based indexed array.classA collection of text-based values store in key/value pairs (maintained in a sorted array).Methods in us.irdev.bedrock.bag with parameters of type BagModifier and TypeMethodDescriptionstatic <WorkingType>
WorkingTypeSerializer.fromBagAsType(Bag bag, Class type) Reconstitute the given BagObject representation back to the object it represents, using a "best-effort" approach to matching the fields of the BagObject to the class being initialized.static BagArraystatic BagArraystatic BagArraystatic BagArraystatic BagObjectstatic BagObjectBagObjectFrom.url(String urlString, Bag postData, String postDataMimeType, Supplier<BagObject> fail) static BagObjectstatic BagObjectConstructors in us.irdev.bedrock.bag with parameters of type BagModifierConstructorDescriptionSourceAdapterBedrock(String urlString, Bag apiData) Read string data from a remote api source given as a URL stringSourceAdapterBedrock(URL url, Bag apiData) Read string data from a remote api source given as a URLSourceAdapterHttp(String urlString, Bag postData, String postDataMimeType) Read string data from a remote source given as a URL string, using POSTSourceAdapterHttp(URL url, Bag postData, String postDataMimeType) Read string data from a remote source given as a URL, using POST -
Uses of Bag in us.irdev.bedrock.bag.expr
Methods in us.irdev.bedrock.bag.expr with parameters of type Bag -
Uses of Bag in us.irdev.bedrock.service
Methods in us.irdev.bedrock.service that return BagMethods in us.irdev.bedrock.service with parameters of type Bag -
Uses of Bag in us.irdev.bedrock.servlet.test
Constructors in us.irdev.bedrock.servlet.test with parameters of type BagModifierConstructorDescriptionTestRequest(String queryString, Bag postData) TestRequest(String queryString, Bag postDataBag, String mimeType)