Class ValidUidPredicate
- java.lang.Object
-
- de.hybris.platform.cmsfacades.navigations.validator.predicate.ValidUidPredicate
-
- All Implemented Interfaces:
java.util.function.Predicate<java.lang.String>
@Deprecated(since="1811", forRemoval=true) public class ValidUidPredicate extends java.lang.Object implements java.util.function.Predicate<java.lang.String>Deprecated, for removal: This API element is subject to removal in a future version.since 1811 - no longer neededValidates if the Navigation Node UID is valid
-
-
Constructor Summary
Constructors Constructor Description ValidUidPredicate()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleantest(java.lang.String target)Deprecated, for removal: This API element is subject to removal in a future version.
-