Interface ValidationExtension.ValidationContext
- Enclosing interface:
- ValidationExtension
public static interface ValidationExtension.ValidationContext
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.xbean.finder.AnnotationFinderfinder()parameters(Class<?> component)
-
Method Details
-
finder
org.apache.xbean.finder.AnnotationFinder finder()- Returns:
- the currently scanned module(s) finder to be able to grab custom API.
-
components
List<Class<?>> components()- Returns:
- currently validated components - using the standard API.
-
parameters
- Parameters:
component- the component type.- Returns:
- the flattened list of options for that component.
-