Uses of Class
org.apache.sis.metadata.CacheKey
Packages that use CacheKey
-
Uses of CacheKey in org.apache.sis.metadata
Fields in org.apache.sis.metadata with type parameters of type CacheKeyModifier and TypeFieldDescriptionprivate final ConcurrentMap
<CacheKey, Object> MetadataStandard.accessors
Accessors for the specified implementation classes.Methods in org.apache.sis.metadata that return CacheKeyModifier and TypeMethodDescriptionprivate CacheKey
MetadataStandard.createCacheKey
(Class<?> type) Returns a key for use inMetadataStandard.getAccessor(CacheKey, boolean)
for the given type.private CacheKey
TreeNode.key()
Returns the key to use for calls toMetadataStandard
methods.Methods in org.apache.sis.metadata with parameters of type CacheKeyModifier and TypeMethodDescriptionprivate Class
<?> MetadataStandard.findInterface
(CacheKey key) Returns the metadata interface implemented by the specified implementation.(package private) final PropertyAccessor
MetadataStandard.getAccessor
(CacheKey key, boolean mandatory) Returns the accessor for the specified implementation class, ornull
if none.(package private) final <T> Class
<? super T> MetadataStandard.getInterface
(CacheKey key) Implementation ofMetadataStandard.getInterface(Class)
with the possibility to specify the property type.private boolean
MetadataStandard.isMetadata
(CacheKey key) Implementation ofMetadataStandard.isMetadata(Class)
with the possibility to specify the property type.