Class JavaValidator

java.lang.Object
com.github.tadukoo.java.validation.JavaValidator

public class JavaValidator extends Object
Java Validator is used to validate that the code is correct and/or propagate information down to the lower objects from higher ones to ensure everything is rightly formatted for Java.
Version:
Beta v.0.5
Author:
Logan Ferree (Tadukoo)
  • Constructor Details

    • JavaValidator

      public JavaValidator()
  • Method Details

    • determineCanonicalNames

      public void determineCanonicalNames(JavaClass javaClass)
      This method will set canonical names for objects inside the given class
      Parameters:
      javaClass - The class to determine canonical names for its objects