Uses of Class
org.apache.sis.internal.metadata.legacy.LegacyPropertyAdapter
Packages that use LegacyPropertyAdapter
Package
Description
Metadata objects from legacy standards, or utility methods for supporting legacy properties.
-
Uses of LegacyPropertyAdapter in org.apache.sis.internal.metadata.legacy
Methods in org.apache.sis.internal.metadata.legacy that return LegacyPropertyAdapterModifier and TypeMethodDescriptionfinal LegacyPropertyAdapter<L, N> LegacyPropertyAdapter.validOrNull()Returnsthisif the collection given at construction time was non-null, ornullotherwise.Methods in org.apache.sis.internal.metadata.legacy with parameters of type LegacyPropertyAdapterModifier and TypeMethodDescriptionstatic <L> LLegacyPropertyAdapter.getSingleton(Collection<? extends L> values, Class<L> valueClass, LegacyPropertyAdapter<L, ?> caller, Class<?> callerClass, String callerMethod) Returns the singleton value of the given collection, ornullif the given collection is null or empty.