-
- All Implemented Interfaces:
@JvmInline() public final class FormatFields
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisDefaultprivate final List<FormatField>value
-
Constructor Summary
Constructors Constructor Description FormatFields(List<FormatField> value)
-
Method Summary
Modifier and Type Method Description final BooleangetIsDefault()final List<FormatField>getValue()final UnitappendJson(ObjectNode json)final UnitappendCliSegment(StringBuilder cli)-
-
Constructor Detail
-
FormatFields
FormatFields(List<FormatField> value)
-
-
Method Detail
-
getIsDefault
final Boolean getIsDefault()
-
getValue
final List<FormatField> getValue()
-
appendJson
final Unit appendJson(ObjectNode json)
-
appendCliSegment
final Unit appendCliSegment(StringBuilder cli)
-
-
-
-