| Class | Description |
|---|---|
| ArrayMethods |
Contains methods for manipulating iterables.
|
| BooleanMethods |
Contains methods for manipulating
boolean primitives and Boolean objects. |
| CacheMethods |
Extensions methods for using caches with Martini.
|
| CejiMethods |
Utility class for reading possible CEJI responses from pre-defined text files.
|
| CoreMethods |
Contains methods for getting objects and invoking services from Martini's context.
|
| CsvMethods |
Provides one-liners for CSV-related operations, so you could easily parse and go through data within CSV files.
|
| DatabaseConnectionPoolMethods |
Provides methods for managing the lifecycle of database pools and connections.
|
| EmailMethods |
Provides one-liners for sending and reading emails.
|
| FileMethods |
Provides one-liners for performing file operations.
|
| FlatFileMethods |
Provides one-liners for reading and writing flat files.
|
| FluxMethods |
Provides one-liners for managing the lifecycle of the Flux engine.
|
| GloopMethods |
Contains utility methods for use in Gloop.
|
| GloopTemplateMethods | |
| GroovyMethods |
Provides commonly used Martini Runtime functions, as well as useful utilities to the Groovy engine.
|
| GroovyMethods.MartiniPackageSetter | Deprecated
Use
PackageMethods.MartiniPackageSetter instead |
| HttpClientMethods |
Provides one-liner methods for HTTP related operations.
|
| HttpMethods |
Provides one-liners for mapping HTTP-based operations using Gloop.
|
| IdentityMethods | |
| JabberMethods |
Provides utility methods for easily creating, sending, and receiving instant messages from Jabber endpoints.
|
| JmsMethods |
Provides methods for publishing and responding to
Messages. |
| JsonMethods |
Provides one-liners for creating Gloop objects from JSON text and vice versa.
|
| KafkaClientsMethods |
Contains one-liners for Kafka-related operations.
|
| LoggerMethods |
Contains one-liners for logging operations.
|
| MarshallerMethods | |
| MartiniMethods |
Collection of one-liners for use by Gloop services, for managing Martini packages and endpoints.
|
| MongoDbMethods | |
| MonitorMethods |
Provides one-liner methods for managing and listing invoke monitor rules.
|
| NumberMethods |
An extension of Apache
commons-lang3's NumberUtils
class. |
| PackageMethods | |
| PackageMethods.MartiniPackageSetter |
An internal class used for setting the
MartiniPackage of the ThreadLocal |
| PackageMethods.PackageInheritableThreadLocal | |
| ProxyRequestMethods |
Contains one-liner methods for proxying HTTP requests to another server.
|
| RemoteDeploymentMethods |
Introduces one-liners for deploying Martini packages to other remote Martini servers.
|
| RestMethods |
Provides one-liners for easily executing HTTP requests in Groovy.
|
| RssMethods |
Contains one-liners for RSS-related operations.
|
| ServiceRegistryMethods |
A Martini Service registry is used to keep track of services that are available in a cluster.
|
| SolrMethods |
Provides one-liners for performing Solr operations.
|
| SpringMethods |
Provides one-liners for performing Spring specific operations.
|
| SqlMethods |
Provides one-liner methods for easily creating, connecting, and executing statements against a JDBC data source.
|
| StreamMethods |
Provides methods for mapping
Stream-based operations,
so the Java Streams API can be utilized in Gloop. |
| StringMethods |
Exposes utility methods in
Apache
commons-lang3's StringUtils class
as one-liners. |
| ThrottlingMethods |
This class provides one-liner methods for managing and listing throttling rules.
|
| TrackerMethods |
Contains one-liners for searching, adding, and updating (type/properties/state) Tracker documents.
|
| UrlMethods |
This class provides various methods for manipulating URLs.
|
| UserGroupMethods |
This class provides methods for access control list management in Gloop.
|
| UtilMethods |
This class provides one-liner methods for formatting double/long values.
|
| VelocityMethods |
A utility class for Velocity-related operations.
|
| VfsMethods |
This class provides one-liner methods for sending/receiving files to/from a remote server.
|
| WebSocketMethods |
A utility class for WebSocket-related operations,
with one-liners that make it easy to send WebSocket messages.
|
| WidgetPageMethods |
A utility class containing for widget and page-related operations,
containing one-liners for parsing widgets and pages.
|
| XmlMethods |
Contains one-liners for reading and writing to XML.
|
| YamlMethods |
Contains one-liners for reading and writing to YAML.
|
| Enum | Description |
|---|---|
| CejiMethods.Type | |
| KafkaClientsMethods.SerializerClass |
Copyright © 2021. All rights reserved.