Class CollectionSearchConfigurationUtils
java.lang.Object
fr.gouv.vitam.functional.administration.common.config.CollectionSearchConfigurationUtils
-
Method Summary
Modifier and TypeMethodDescriptionmerge
(CollectionCustomSearchConfiguration customConfig, CollectionCustomSearchConfiguration defaultConfig) static void
validate
(CollectionCustomSearchConfiguration collectionCustomSearchConfiguration, boolean allowNulls) static void
validate
(CollectionSearchConfiguration searchConfiguration, boolean allowNulls)
-
Method Details
-
validate
public static void validate(CollectionCustomSearchConfiguration collectionCustomSearchConfiguration, boolean allowNulls) throws IllegalStateException - Throws:
IllegalStateException
-
validate
public static void validate(CollectionSearchConfiguration searchConfiguration, boolean allowNulls) throws IllegalStateException - Throws:
IllegalStateException
-
merge
public static CollectionCustomSearchConfiguration merge(CollectionCustomSearchConfiguration customConfig, CollectionCustomSearchConfiguration defaultConfig)
-