Package org.hl7.fhir.r4.context
Class CanonicalResourceManager<T extends MetadataResource>
java.lang.Object
org.hl7.fhir.r4.context.CanonicalResourceManager<T>
This manages a cached list of resources, and provides high speed access by
URL / URL+version, and assumes that patch version doesn't matter for access
note, though, that not all resources have semver versions
- Author:
- graha
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
copy
(CanonicalResourceManager<T> source) void
getList()
boolean
boolean
boolean
keys()
void
void
listAllM
(List<MetadataResource> result) void
int
size()
-
Constructor Details
-
CanonicalResourceManager
-
-
Method Details
-
copy
-
see
-
get
-
has
-
get
-
has
-
size
-
drop
-
listAll
-
listAllM
-
clear
-
getList
-
keys
-
isEnforceUniqueId
-