Class ConfigurationMetadataClassSourceLocator

java.lang.Object
org.apereo.cas.configuration.metadata.ConfigurationMetadataClassSourceLocator

public class ConfigurationMetadataClassSourceLocator extends Object
Since:
6.0.0
  • Constructor Details

    • ConfigurationMetadataClassSourceLocator

      public ConfigurationMetadataClassSourceLocator()
  • Method Details

    • getInstance

      public static ConfigurationMetadataClassSourceLocator getInstance()
      Gets instance.
      Returns:
      the instance
    • buildTypeSourcePath

      public static String buildTypeSourcePath(String sourcePath, String type)
      Build type source path string.
      Parameters:
      sourcePath - the source path
      type - the type
      Returns:
      the string
    • locatePropertiesClassForType

      public Class locatePropertiesClassForType(com.github.javaparser.ast.type.ClassOrInterfaceType type)
      Locate properties class for type class.
      Parameters:
      type - the type
      Returns:
      the class