public class CodeLensConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CodeLensConfig.Enabled
Represents a boolean holder to facilitate client configs.
|
Modifier and Type | Method and Description |
---|---|
CodeLensConfig.Enabled |
getAll()
Returns true if `all` is Enabled, False otherwise.
|
CodeLensConfig.Enabled |
getDocs()
Returns true if `all` is Enabled and `docs` is Enabled, False otherwise.
|
CodeLensConfig.Enabled |
getEndpoints()
Returns true if `all` is Enabled and `endpoints` is Enabled, False otherwise.
|
CodeLensConfig.Enabled |
getServices()
Returns true if `all` is Enabled and `services` is Enabled, False otherwise.
|
public CodeLensConfig.Enabled getAll()
public CodeLensConfig.Enabled getDocs()
public CodeLensConfig.Enabled getServices()
public CodeLensConfig.Enabled getEndpoints()
Copyright © 2019 WSO2. All rights reserved.