Uses of Class
org.faktorips.util.MethodAccess.Check
Packages that use MethodAccess.Check
-
Uses of MethodAccess.Check in org.faktorips.util
Methods in org.faktorips.util that return MethodAccess.CheckModifier and TypeMethodDescriptionCreates a newMethodAccess.Checkobject for this class and method name.MethodAccess.Check.exists()Checks whether the method exists.MethodAccess.Check.isNotStatic()If the methodexists(), checks whether the method is not static.MethodAccess.Check.isStatic()If the methodexists(), checks whether the method is static.MethodAccess.Check.returnTypeIsCompatible(Class<?>... expectedReturnTypes) If the methodexists(), checks whether the method return type is compatible to any one of the given return types.