Interface YamlProcessor.DocumentMatcher
- Enclosing class:
- YamlProcessor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Strategy interface used to test if properties match.
-
Method Summary
Modifier and TypeMethodDescriptionmatches
(Properties properties) Test if the given properties match.
-
Method Details
-
matches
Test if the given properties match.- Parameters:
properties
- the properties to test- Returns:
- the status of the match
-