Uses of Interface
org.faktorips.runtime.model.type.Type.AnnotatedElementMatcher
Packages that use Type.AnnotatedElementMatcher
Package
Description
Classes that allow access to design time model information on policy and product component types.
-
Uses of Type.AnnotatedElementMatcher in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type with parameters of type Type.AnnotatedElementMatcherModifier and TypeMethodDescription<T extends Annotation>
Optional<Field>Type.findDeclaredField(Class<T> annotationClass, Type.AnnotatedElementMatcher<T> matcher) Searches for a field with the given annotation that matches the condition defined by amatcher.<T extends Annotation>
Optional<Method>Type.findDeclaredMethod(Class<T> annotationClass, Type.AnnotatedElementMatcher<T> matcher) Searches for a method with the given annotation that matches the condition defined by amatcher.<T extends Annotation>
MethodType.searchDeclaredMethod(Class<T> annotationClass, Type.AnnotatedElementMatcher<T> matcher) Searches for a method with the given annotation that matches the condition defined by amatcher.