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.
property create function
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IniPropertyCreatorthis default function will ignore comment. -
Method Summary
Modifier and TypeMethodDescriptioncreate(String key, String value, int line, IniComment comment) create a property by value
-
Field Details
-
DEFAULT
this default function will ignore comment.
-
-
Method Details
-
create
create a property by value- Parameters:
key- keyvalue- valueline- linecomment- comment, nullable- Returns:
IniProperty
-