Module bus.setting

Interface IniPropertyCreator

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IniPropertyCreator
property create function
Since:
Java 17+
Author:
Kimi Liu
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IniPropertyCreator
    this default function will ignore comment.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String key, String value, int line, IniComment comment)
    create a property by value
  • Field Details

    • DEFAULT

      static final IniPropertyCreator DEFAULT
      this default function will ignore comment.
  • Method Details