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.
- Since:
- 4.1
- Author:
- Dave Syer, Juergen Hoeller, Sam Brannen, Brian Clozel
- 
Method SummaryModifier and TypeMethodDescriptionmatches(Properties properties) Test if the given properties match.
- 
Method Details- 
matchesTest if the given properties match.- Parameters:
- properties- the properties to test
- Returns:
- the status of the match
 
 
-