Class ConfigurationMetadataPropertyCreator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • 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