Class TypeFilters.RegExp
- java.lang.Object
-
- org.apache.camel.component.snakeyaml.TypeFilters.RegExp
-
- All Implemented Interfaces:
Predicate<String>
,TypeFilter
- Enclosing class:
- TypeFilters
public static final class TypeFilters.RegExp extends Object implements TypeFilter
-
-
Constructor Summary
Constructors Constructor Description RegExp(String pattern)
RegExp(Collection<String> patterns)
-