Class ConfigurationMetadataUnitParser

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static com.github.javaparser.ast.CompilationUnit getCompilationUnit​(java.lang.String typePath)
      Gets compilation unit.
      void parseCompilationUnit​(java.util.Set<org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty> collectedProps, java.util.Set<org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty> collectedGroups, org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty property, java.lang.String typePath, java.lang.String typeName, boolean indexNameWithBrackets)
      Parse compilation unit.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigurationMetadataUnitParser

        public ConfigurationMetadataUnitParser()
    • Method Detail

      • parseCompilationUnit

        public void parseCompilationUnit​(java.util.Set<org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty> collectedProps,
                                         java.util.Set<org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty> collectedGroups,
                                         org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty property,
                                         java.lang.String typePath,
                                         java.lang.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
      • getCompilationUnit

        public static com.github.javaparser.ast.CompilationUnit getCompilationUnit​(java.lang.String typePath)
        Gets compilation unit.
        Parameters:
        typePath - the type path
        Returns:
        the compilation unit