Uses of Class
japicmp.model.JApiMethod
Packages that use JApiMethod
-
Uses of JApiMethod in japicmp.compat
Methods in japicmp.compat that return types with arguments of type JApiMethodModifier and TypeMethodDescriptionprivate List<JApiMethod> CompatibilityChanges.getImplementedMethods(JApiClass jApiClass, Map<String, JApiClass> classMap, JApiMethod method) private List<JApiMethod> CompatibilityChanges.getOverriddenMethods(JApiClass jApiClass, Map<String, JApiClass> classMap, JApiMethod method) private List<JApiMethod> CompatibilityChanges.removeNullValues(ArrayList<JApiMethod> jApiMethods) Methods in japicmp.compat with parameters of type JApiMethodModifier and TypeMethodDescriptionprivate voidCompatibilityChanges.checkAbstractMethod(JApiClass jApiClass, Map<String, JApiClass> classMap, JApiMethod method) private voidCompatibilityChanges.checkIfExceptionIsNowChecked(JApiMethod method) private voidCompatibilityChanges.checkIfMethodHasBeenPulledUp(JApiClass jApiClass, Map<String, JApiClass> classMap, JApiMethod method, List<Integer> returnValues) private List<JApiMethod> CompatibilityChanges.getImplementedMethods(JApiClass jApiClass, Map<String, JApiClass> classMap, JApiMethod method) private List<JApiMethod> CompatibilityChanges.getOverriddenMethods(JApiClass jApiClass, Map<String, JApiClass> classMap, JApiMethod method) private booleanCompatibilityChanges.isImplemented(JApiMethod jApiMethod) Is a method implemented in a super classMethod parameters in japicmp.compat with type arguments of type JApiMethodModifier and TypeMethodDescriptionprivate List<JApiMethod> CompatibilityChanges.removeNullValues(ArrayList<JApiMethod> jApiMethods) -
Uses of JApiMethod in japicmp.model
Fields in japicmp.model with type parameters of type JApiMethodMethods in japicmp.model that return types with arguments of type JApiMethodMethods in japicmp.model with parameters of type JApiMethodModifier and TypeMethodDescriptionbooleanJApiBehavior.hasSameParameter(JApiMethod method) booleanJApiMethod.hasSameReturnType(JApiMethod otherMethod) booleanJApiMethod.hasSameSignature(JApiMethod jApiMethod) private booleanJApiClass.includeMethod(JApiMethod jApiMethod) -
Uses of JApiMethod in japicmp.output
Methods in japicmp.output with parameters of type JApiMethodModifier and TypeMethodDescriptionvoidFilter.FilterVisitor.visit(Iterator<JApiMethod> iterator, JApiMethod jApiMethod) Method parameters in japicmp.output with type arguments of type JApiMethodModifier and TypeMethodDescriptionvoidFilter.FilterVisitor.visit(Iterator<JApiMethod> iterator, JApiMethod jApiMethod) -
Uses of JApiMethod in japicmp.output.extapi.jpa.model
Methods in japicmp.output.extapi.jpa.model that return types with arguments of type JApiMethodModifier and TypeMethodDescriptionprivate Optional<JApiMethod> JpaTable.getPropertyMethod(JApiField field)