|
static final String | JSONPAR = "jsonpar" |
|
- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 32 of file Snippets.java.
◆ instance()
static Snippets org.turro.elephant.snippet.Snippets.instance |
( |
| ) |
|
|
static |
Definition at line 48 of file Snippets.java.
49 return INIT.instance(() ->
new Snippets());
◆ reset()
static void org.turro.elephant.snippet.Snippets.reset |
( |
| ) |
|
|
static |
◆ service()
static Optional<ISnippetService> org.turro.elephant.snippet.Snippets.service |
( |
String |
path | ) |
|
|
static |
Definition at line 36 of file Snippets.java.
37 Class wsclass =
instance().snippets.get(path);
39 return Optional.ofNullable((ISnippetService) Reflections.of(wsclass).instance());
41 return Optional.empty();
static Snippets instance()
◆ JSONPAR
final String org.turro.elephant.snippet.Snippets.JSONPAR = "jsonpar" |
|
static |
The documentation for this class was generated from the following file: