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.accessorsAccessors for the specified implementation classes.Methods in org.apache.sis.metadata that return CacheKeyModifier and TypeMethodDescriptionprivate CacheKeyMetadataStandard.createCacheKey(Class<?> type) Returns a key for use inMetadataStandard.getAccessor(CacheKey, boolean)for the given type.private CacheKeyTreeNode.key()Returns the key to use for calls toMetadataStandardmethods.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 PropertyAccessorMetadataStandard.getAccessor(CacheKey key, boolean mandatory) Returns the accessor for the specified implementation class, ornullif 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 booleanMetadataStandard.isMetadata(CacheKey key) Implementation ofMetadataStandard.isMetadata(Class)with the possibility to specify the property type.