entry
Gets an entry Provider for a value of type T under path.
The returned provider will only be stored in a WeakReference in the parent provider.
Throws
if the entry does not exist
if the entry could not be deserialized to T
Gets an entry Provider for a value of type under path.
The returned provider will only be stored in a WeakReference in the parent provider.
Throws
if the entry does not exist
if the entry could not be deserialized to type
Gets an entry Provider for a value of type T under the first existing path from paths.
The returned provider will only be stored in a WeakReference in the parent provider.
Throws
if no entry exists
if the entry could not be deserialized to T
Gets an entry Provider for a value of type under the first existing path from paths.
The returned provider will only be stored in a WeakReference in the parent provider.
Throws
if no entry exists
if the entry could not be deserialized to type