public class DefaultNElementFormatOptions extends Object implements NElementFormatOptions
| Constructor and Description |
|---|
DefaultNElementFormatOptions(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(String name,
Function<Object,T> any) |
Boolean |
getBoolean(String name,
Supplier<Boolean> any) |
int |
getColumnLimit() |
int |
getComplexityThreshold() |
int |
getIndent() |
NNewLineMode |
getNewLineMode() |
Map<String,Object> |
toMap() |
public int getComplexityThreshold()
getComplexityThreshold in interface NElementFormatOptionspublic int getIndent()
getIndent in interface NElementFormatOptionspublic int getColumnLimit()
getColumnLimit in interface NElementFormatOptionspublic NNewLineMode getNewLineMode()
getNewLineMode in interface NElementFormatOptionsCopyright © 2026 vpc open source initiative. All rights reserved.