Uses of Class
japicmp.model.JApiMethod
-
Packages that use JApiMethod Package Description japicmp.compat japicmp.model japicmp.output japicmp.output.extapi.jpa.model -
-
Uses of JApiMethod in japicmp.compat
Methods in japicmp.compat that return types with arguments of type JApiMethod Modifier and Type Method Description private java.util.List<JApiMethod>CompatibilityChanges. getImplementedMethods(JApiClass jApiClass, java.util.Map<java.lang.String,JApiClass> classMap, JApiMethod method)private java.util.List<JApiMethod>CompatibilityChanges. getOverriddenMethods(JApiClass jApiClass, java.util.Map<java.lang.String,JApiClass> classMap, JApiMethod method)private java.util.List<JApiMethod>CompatibilityChanges. removeNullValues(java.util.ArrayList<JApiMethod> jApiMethods)Methods in japicmp.compat with parameters of type JApiMethod Modifier and Type Method Description private voidCompatibilityChanges. checkAbstractMethod(JApiClass jApiClass, java.util.Map<java.lang.String,JApiClass> classMap, JApiMethod method)private voidCompatibilityChanges. checkIfExceptionIsNowChecked(JApiMethod method)private voidCompatibilityChanges. checkIfMethodHasBeenPulledUp(JApiClass jApiClass, java.util.Map<java.lang.String,JApiClass> classMap, JApiMethod method, java.util.List<java.lang.Integer> returnValues)private java.util.List<JApiMethod>CompatibilityChanges. getImplementedMethods(JApiClass jApiClass, java.util.Map<java.lang.String,JApiClass> classMap, JApiMethod method)private java.util.List<JApiMethod>CompatibilityChanges. getOverriddenMethods(JApiClass jApiClass, java.util.Map<java.lang.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 JApiMethod Modifier and Type Method Description private java.util.List<JApiMethod>CompatibilityChanges. removeNullValues(java.util.ArrayList<JApiMethod> jApiMethods) -
Uses of JApiMethod in japicmp.model
Fields in japicmp.model with type parameters of type JApiMethod Modifier and Type Field Description private java.util.List<JApiMethod>JApiClass. methodsMethods in japicmp.model that return types with arguments of type JApiMethod Modifier and Type Method Description java.util.List<JApiMethod>JApiClass. getMethods()Methods in japicmp.model with parameters of type JApiMethod Modifier and Type Method Description booleanJApiBehavior. 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 JApiMethod Modifier and Type Method Description voidFilter.FilterVisitor. visit(java.util.Iterator<JApiMethod> iterator, JApiMethod jApiMethod)Method parameters in japicmp.output with type arguments of type JApiMethod Modifier and Type Method Description voidFilter.FilterVisitor. visit(java.util.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 JApiMethod Modifier and Type Method Description private Optional<JApiMethod>JpaTable. getPropertyMethod(JApiField field)
-