public static class FieldDefinition.Configuration extends Object
Modifier and Type | Field and Description |
---|---|
Map<String,Object> |
extensions |
Map<String,Object> |
keys |
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String keyword)
Checks if the configuration contains the specified keyword.
|
Object |
getArgsFor(String keyword)
Retrieves the list of arguments associated with the specified keyword in the configuration.
|
String |
toString() |
public boolean contains(String keyword)
keyword
- the keyword to check for in the configuration.true
if the configuration contains the keyword, or false
otherwise.public Object getArgsFor(String keyword)
keyword
- the keyword to retrieve arguments for.List
of strings representing the arguments for the specified keyword,
or null
if the keyword is not found in the configuration.Copyright © 2021 Cult Of Bits, lda