Uses of Interface
org.faktorips.runtime.model.type.Type.AnnotatedElementMatcher
-
Packages that use Type.AnnotatedElementMatcher Package Description org.faktorips.runtime.model.type 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.AnnotatedElementMatcher Modifier and Type Method Description <T extends java.lang.annotation.Annotation>
java.util.Optional<java.lang.reflect.Field>Type. findDeclaredField(java.lang.Class<T> annotationClass, Type.AnnotatedElementMatcher<T> matcher)Searches for a field with the given annotation that matches the condition defined by amatcher.<T extends java.lang.annotation.Annotation>
java.util.Optional<java.lang.reflect.Method>Type. findDeclaredMethod(java.lang.Class<T> annotationClass, Type.AnnotatedElementMatcher<T> matcher)Searches for a method with the given annotation that matches the condition defined by amatcher.<T extends java.lang.annotation.Annotation>
java.lang.reflect.MethodType. searchDeclaredMethod(java.lang.Class<T> annotationClass, Type.AnnotatedElementMatcher<T> matcher)Searches for a method with the given annotation that matches the condition defined by amatcher.
-