Class AnnotationUtils

java.lang.Object
org.aksw.jenax.reprogen.shared.AnnotationUtils

public class AnnotationUtils extends Object
  • Constructor Details

    • AnnotationUtils

      public AnnotationUtils()
  • Method Details

    • deriveIrisFromMethod

      public static List<String> deriveIrisFromMethod(Method method, org.apache.jena.shared.PrefixMapping pm)
      Legacy method - should no longer be used
    • deriveBeanPropertyName

      public static String deriveBeanPropertyName(String methodName)
    • derivePathsFromMethod

      public static List<org.apache.jena.sparql.path.P_Path0> derivePathsFromMethod(Method method, org.apache.jena.shared.PrefixMapping pm)
    • indexToStringByBeanPropertyName

      public static Set<String> indexToStringByBeanPropertyName(Class<?> clazz)
    • indexPathsByBeanPropertyName

      public static Map<String,org.apache.jena.sparql.path.P_Path0> indexPathsByBeanPropertyName(Class<?> clazz, org.apache.jena.shared.PrefixMapping pm)