Package dev.enola.model.enola.meta.io
Class MetaThingProvider
java.lang.Object
dev.enola.model.enola.meta.io.MetaThingProvider
- All Implemented Interfaces:
Provider<String,,Thing> ProviderFromIRI<Thing>,Repository<Thing>,ThingProvider,ThingRepository
-
Field Summary
Fields inherited from interface dev.enola.thing.repo.ThingProvider
CTX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.enola.data.Repository
list, streamMethods inherited from interface dev.enola.thing.repo.ThingProvider
get, get, get, get, getBuilder, getBuilder, getBuilder, getOptional
-
Constructor Details
-
MetaThingProvider
-
-
Method Details
-
get
Description copied from interface:ProviderGet.- Specified by:
getin interfaceProvider<String,Thing> - Specified by:
getin interfaceProviderFromIRI<Thing>- Specified by:
getin interfaceThingProvider- Parameters:
iri- Key, never null- Returns:
- value, or null if there is no Value for the given key
- Throws:
UncheckedIOException- if there was something at that IRI, but it could not be readConversionException- if there was a problem converting what was at the IRI to a Thing
-
listIRI
- Specified by:
listIRIin interfaceRepository<Thing>
-