Class PropertyUtils

java.lang.Object
com.weirddev.testme.intellij.utils.PropertyUtils

public class PropertyUtils extends Object
Created with IntelliJ IDEA. User: yaron.yamin Date: 11/1/2017 Time: 4:21 PM
  • Constructor Details

    • PropertyUtils

      public PropertyUtils()
  • Method Details

    • isPropertySetter

      public static boolean isPropertySetter(com.intellij.psi.PsiMethod psiMethod)
    • isPropertySetter

      public static boolean isPropertySetter(com.intellij.psi.PsiMethod psiMethod, String propertyName)
    • isPropertyGetter

      public static boolean isPropertyGetter(com.intellij.psi.PsiMethod psiMethod)