Uses of Class
us.irdev.bedrock.bag.BagObject
Packages that use BagObject
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 FormatReader and FormatWriter classes in support of the bedrock package.
Provides blah blah blah.
Provides blah blah blah.
- 
Uses of BagObject in us.irdev.bedrock.bag
Classes in us.irdev.bedrock.bag that implement interfaces with type arguments of type BagObjectModifier and TypeClassDescriptionclassA collection of text-based values store in key/value pairs (maintained in a sorted array).Methods in us.irdev.bedrock.bag that return BagObjectModifier and TypeMethodDescriptionAdd an object to a BagArray stored at the requested key.static BagObjectstatic BagObjectstatic BagObjectstatic BagObjectBag.getBagObject(String key) Retrieve a mapped element and return it as a BagObject.Bag.getBagObject(String key, Supplier<BagObject> notFound) Retrieve a mapped element and return it as a BagObject.BagArray.getBagObject(int index) Retrieve an indexed element and return it as a BagObject.static BagObjectBagObjectFrom.inputStream(InputStream inputStream) static BagObjectBagObjectFrom.inputStream(InputStream inputStream, String mimeType) static BagObjectBagObjectFrom.inputStream(InputStream inputStream, String mimeType, Supplier<BagObject> fail) static BagObjectBagObjectFrom.inputStream(InputStream inputStream, Supplier<BagObject> fail) static BagObjectstatic BagObjectCreate a new BagObject and "put" the object using its key value.Store an object at the requested key value.Remove an object stored at the requested key.static BagObjectstatic BagObjectstatic BagObjectstatic BagObjectstatic BagObjectBagObjectFrom.sourceAdapter(SourceAdapter sourceAdapter) static BagObjectBagObjectFrom.sourceAdapter(SourceAdapter sourceAdapter, Supplier<BagObject> fail) static BagObjectstatic BagObjectstatic BagObjectstatic BagObjectstatic BagObjectSerializer.toBagObject(Object object) Convert the given object to a BagObject representation that can be used to reconstitute the given object after serialization.static BagObjectReturn the @value component of a serialized objectstatic BagObjectstatic BagObjectstatic BagObjectstatic BagObjectBagObjectFrom.url(String urlString, Bag postData, String postDataMimeType, Supplier<BagObject> fail) static BagObjectstatic BagObjectstatic BagObjectstatic BagObjectMethods in us.irdev.bedrock.bag with parameters of type BagObjectModifier and TypeMethodDescriptionstatic <WorkingType>
WorkingTypeSerializer.fromBagObject(BagObject bagObject) Reconstitute the given BagObject representation back to the object it represents.static BagObjectstatic BagObjectReturn the @value component of a serialized objectMethod parameters in us.irdev.bedrock.bag with type arguments of type BagObjectModifier and TypeMethodDescriptionstatic BagObjectstatic BagObjectBag.getBagObject(String key, Supplier<BagObject> notFound) Retrieve a mapped element and return it as a BagObject.static BagObjectBagObjectFrom.inputStream(InputStream inputStream, String mimeType, Supplier<BagObject> fail) static BagObjectBagObjectFrom.inputStream(InputStream inputStream, Supplier<BagObject> fail) static BagObjectstatic BagObjectstatic BagObjectBagObjectFrom.sourceAdapter(SourceAdapter sourceAdapter, Supplier<BagObject> fail) static BagObjectstatic BagObjectstatic BagObjectstatic BagObjectBagObjectFrom.url(String urlString, Bag postData, String postDataMimeType, Supplier<BagObject> fail) static BagObjectstatic BagObjectConstructors in us.irdev.bedrock.bag with parameters of type BagObject - 
Uses of BagObject in us.irdev.bedrock.bag.expr
Methods in us.irdev.bedrock.bag.expr that return BagObjectModifier and TypeMethodDescriptionstatic BagObjectstatic BagObjectstatic BagObjectstatic BagObjectstatic BagObjectstatic BagObjectstatic BagObjectMethods in us.irdev.bedrock.bag.expr with parameters of type BagObjectModifier and TypeMethodDescriptionstatic BagObjectstatic BagObjectstatic BagObjectstatic BagObjectstatic BagObjectConstructors in us.irdev.bedrock.bag.expr with parameters of type BagObject - 
Uses of BagObject in us.irdev.bedrock.bag.formats
Methods in us.irdev.bedrock.bag.formats that return BagObjectModifier and TypeMethodDescriptionstatic BagObjectFormatReader.readBagObject(SourceAdapter sourceAdapter) FormatReaderComposite.readBagObject()FormatReaderJson.readBagObject()ObjectFormatReader.readBagObject()Methods in us.irdev.bedrock.bag.formats with parameters of type BagObject - 
Uses of BagObject in us.irdev.bedrock.database
Methods in us.irdev.bedrock.database that return BagObjectModifier and TypeMethodDescriptionMethods in us.irdev.bedrock.database with parameters of type BagObject - 
Uses of BagObject in us.irdev.bedrock.secret
Fields in us.irdev.bedrock.secret declared as BagObjectMethods in us.irdev.bedrock.secret that return BagObjectModifier and TypeMethodDescriptionstatic BagObjectSecret.computeSecretRecipe(String secret) static BagObjectSecret.computeSecretRecipe(String secret, String recipe) Methods in us.irdev.bedrock.secret with parameters of type BagObject - 
Uses of BagObject in us.irdev.bedrock.service
Methods in us.irdev.bedrock.service that return BagObjectModifier and TypeMethodDescriptionprotected BagObjectBase.getConfiguration()Event.getQuery()protected BagObjectBase.getSchema()Methods in us.irdev.bedrock.service with parameters of type BagObjectModifier and TypeMethodDescriptionprotected booleanEventFilter.checkEventList(Event event, BagObject filterConfiguration) protected EventFilterResultEventFilter.filterEvent(Event event, BagObject filterConfiguration) booleanEventFilter.isAllowedEvent(Event event, BagObject filterConfiguration) booleanEventFilterHandler.isAllowedEvent(Event event, BagObject filterConfiguration) Constructors in us.irdev.bedrock.service with parameters of type BagObject