Class CollectionSearchConfigurationUtils
java.lang.Object
fr.gouv.vitam.functional.administration.common.config.CollectionSearchConfigurationUtils
-
Method Summary
Modifier and TypeMethodDescriptionmerge(CollectionCustomSearchConfiguration customConfig, CollectionCustomSearchConfiguration defaultConfig) static voidvalidate(CollectionCustomSearchConfiguration collectionCustomSearchConfiguration, boolean allowNulls) static voidvalidate(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)
-