Class ConfigurationMetadataPropertyCreator

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.StringBuilder collectJavadocsEnumFields​(org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty prop, com.github.javaparser.ast.body.EnumDeclaration em)
      Collect javadocs enum fields.
      org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty createConfigurationProperty​(com.github.javaparser.ast.body.FieldDeclaration fieldDecl, java.lang.String propName)
      Create configuration property.
      • Methods inherited from class java.lang.Object

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

      • ConfigurationMetadataPropertyCreator

        public ConfigurationMetadataPropertyCreator()
    • Method Detail

      • collectJavadocsEnumFields

        public static java.lang.StringBuilder collectJavadocsEnumFields​(org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty prop,
                                                                        com.github.javaparser.ast.body.EnumDeclaration em)
        Collect javadocs enum fields.
        Parameters:
        prop - the prop
        em - the em
        Returns:
        the string builder
      • createConfigurationProperty

        public org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty createConfigurationProperty​(com.github.javaparser.ast.body.FieldDeclaration fieldDecl,
                                                                                                                        java.lang.String propName)
        Create configuration property.
        Parameters:
        fieldDecl - the field decl
        propName - the prop name
        Returns:
        the configuration metadata property