Class ConfigurationMetadataUnitParser

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

public class ConfigurationMetadataUnitParser extends Object
Since:
6.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    parseCompilationUnit(Set<org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty> collectedProps, Set<org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty> collectedGroups, org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty property, String typePath, String typeName, boolean indexNameWithBrackets)
    Parse compilation unit.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfigurationMetadataUnitParser

      public ConfigurationMetadataUnitParser(String sourcePath)
  • Method Details

    • parseCompilationUnit

      public void parseCompilationUnit(Set<org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty> collectedProps, Set<org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty> collectedGroups, org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty property, String typePath, String typeName, boolean indexNameWithBrackets)
      Parse compilation unit.
      Parameters:
      collectedProps - the collected props
      collectedGroups - the collected groups
      property - the p
      typePath - the type path
      typeName - the type name
      indexNameWithBrackets - the index name with brackets