Class DocumentOnTypeFormattingOptions
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.DocumentOnTypeFormattingOptions
Provider options for a [DocumentOnTypeFormattingRequest](#DocumentOnTypeFormattingRequest).
-
Method Summary
Modifier and TypeMethodDescriptionbooleanA character on which formatting should be triggered, like `}`.More trigger characters.inthashCode()setFirstTriggerCharacter(String firstTriggerCharacter) setMoreTriggerCharacter(List<String> moreTriggerCharacter)
-
Method Details
-
getFirstTriggerCharacter
A character on which formatting should be triggered, like `}`. -
setFirstTriggerCharacter
-
getMoreTriggerCharacter
More trigger characters. -
setMoreTriggerCharacter
-
equals
-
hashCode
public int hashCode() -
create
-