Interface ConfigurationProperty

    • Method Detail

      • getId

        java.lang.String getId()
        The technical id of the property.
      • getNamespace

        java.lang.String getNamespace()
        The namespace of the property.
      • getName

        java.lang.String getName()
        The name of the property
      • getDescription

        java.lang.String getDescription()
        The description for the property
      • getTenantId

        java.lang.String getTenantId()
        The tenant for the property.
      • getLastUpdaterId

        java.lang.String getLastUpdaterId()
      • getLastUpdateTime

        java.util.Date getLastUpdateTime()
      • getTextValue

        java.lang.String getTextValue()
      • getIntValue

        default java.lang.Integer getIntValue()
      • getLongValue

        default java.lang.Long getLongValue()
      • getBooleanValue

        default java.lang.Boolean getBooleanValue()
      • mapValue

        default <V> V mapValue​(java.util.function.Function<java.lang.String,​V> valueMapper)