Uses of Interface
org.springframework.beandoc.util.MatchedPatternCallback

Packages that use MatchedPatternCallback
org.springframework.beandoc.util The util package holds classes with utility functions for the BeanDoc code. 
 

Uses of MatchedPatternCallback in org.springframework.beandoc.util
 

Methods in org.springframework.beandoc.util with parameters of type MatchedPatternCallback
static void PatternMatcher.matchPatterns(Pattern[] patterns, String[] testStrings, MatchedPatternCallback callback)
          Takes an array of Patterns, the id/name and f.q.class name of a bean and a callback interface.
 



Copyright © 2004-2011 Spring BeanDoc. All Rights Reserved.