Package dev.enola.thing.message
Class AlwaysThingProviderAdapter
java.lang.Object
dev.enola.thing.repo.AlwaysThingProvider
dev.enola.thing.message.AlwaysThingProviderAdapter
- All Implemented Interfaces:
Provider<String,,Thing> ProviderFromIRI<Thing>,ThingProvider
AlwaysThingProviderAdapter is a
ThingProviderAdapter which is an AlwaysThingProvider.-
Field Summary
Fields inherited from class dev.enola.thing.repo.AlwaysThingProvider
CTX -
Constructor Summary
ConstructorsConstructorDescriptionAlwaysThingProviderAdapter(ProviderFromIRI<Thing> protoThingProvider, DatatypeRepository datatypeRepository) -
Method Summary
Methods inherited from class dev.enola.thing.repo.AlwaysThingProvider
getMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.enola.thing.repo.ThingProvider
get, get, get, get, getBuilder, getBuilder, getBuilder, getOptional
-
Constructor Details
-
AlwaysThingProviderAdapter
public AlwaysThingProviderAdapter(ProviderFromIRI<Thing> protoThingProvider, DatatypeRepository datatypeRepository)
-