Class ConfigurationMetadataPropertyCreator

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

public class ConfigurationMetadataPropertyCreator extends Object
Since:
6.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfigurationMetadataPropertyCreator(boolean indexNameWithBrackets, Set<org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty> properties, Set<org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty> groups, String parentClass)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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, String propName)
    Create configuration property.

    Methods inherited from class java.lang.Object

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

    • ConfigurationMetadataPropertyCreator

      public ConfigurationMetadataPropertyCreator(boolean indexNameWithBrackets, Set<org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty> properties, Set<org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty> groups, String parentClass)
  • Method Details

    • collectJavadocsEnumFields

      public static 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, String propName)
      Create configuration property.
      Parameters:
      fieldDecl - the field decl
      propName - the prop name
      Returns:
      the configuration metadata property