Uses of Package
ratpack.func
-
Packages that use ratpack.func Package Description ratpack.config Provides the ability to access configuration data from a variety of sources, such as YAML, JSON, properties files, system properties, and environment variables.ratpack.consul Support for integrating Ratpack applications with Hashicorp's Consul service discovery and distributed configuration engine.ratpack.core.form Support for handling uploaded forms, including file uploads.ratpack.core.handling The handling of application requests.ratpack.core.handling.direct Low level direct access to the underlying Netty internals.ratpack.core.health Health checks report on the status of key components in the system and are generally used for monitoring and reporting.ratpack.core.http The HTTP protocol.ratpack.core.http.client The HTTP client.ratpack.core.impose ratpack.core.jackson Integration with the Jackson JSON marshalling library.ratpack.core.logging Utility classes for integration Ratpack with various logging frameworks.ratpack.core.parse Parsing in Ratpack refers to deserializing a request body into a Java object of some type.ratpack.core.path Types for managing the paths of requests inside the application.ratpack.core.render The renderer framework provides a pluggable mechanism for serializing objects to the response.ratpack.core.server Objects used to start a ratpack application.ratpack.core.service Services participate in the application start/stop lifecycle.ratpack.core.sse Support for Server Sent Events.ratpack.core.sse.client ratpack.core.websocket Support for Websockets.ratpack.dropwizard.metrics Integration with Dropwizard Metrics Library.ratpack.exec The execution management.ratpack.exec.registry Registries hold objects that can be retrieved via type, and are a key aspect of Ratpack applications.ratpack.exec.stream Support for reactive streams.ratpack.exec.util ratpack.exec.util.retry ratpack.func ratpack.groovy Support for writing Ratpack applications in the Groovy programming language.ratpack.groovy.handling Groovy specific extensions to classes in theratpack.core.handling
package.ratpack.groovy.server Groovy implementations of the Ratpack server building classes.ratpack.groovy.test.handling ratpack.gson Provides integration with Google Gson for JSON parsing and rendering.ratpack.guice Integration with Google Guice.ratpack.jdbctx ratpack.reactor Provides integration with the Project Reactor library.ratpack.retrofit Integration with Retrofit.ratpack.rx2 Provides integration with the RxJava library.ratpack.session Objects for providingSession
support.ratpack.session.clientside Support for Client Side Session.ratpack.spring.config ratpack.test Fixtures used for testing Ratpack applications (seeApplicationUnderTest
).ratpack.test.embed Support for creating embedded applications at test time, for testing Ratpack features and extensions.ratpack.test.exec ratpack.test.handling Test fixtures for exercisingHandler
implementations without start a fullEmbeddedApp
.ratpack.test.http Test fixtures that provide HTTP client interfaces to applications under test. -
Classes in ratpack.func used by ratpack.config Class Description Action A generic type for an object that does some work with a thing.Function A single argument function.Nullable Denotes that something may be null.Pair A generic pair implementation that can be used to cumulatively aggregate a data structure during a promise pipeline. -
Classes in ratpack.func used by ratpack.consul Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.core.form Class Description MultiValueMap A map that may contain multiple values for a given key, but typically only one value.Nullable Denotes that something may be null. -
Classes in ratpack.func used by ratpack.core.handling Class Description Action A generic type for an object that does some work with a thing.Block A block of code.Nullable Denotes that something may be null.Predicate A function that returnstrue
orfalse
for a value. -
Classes in ratpack.func used by ratpack.core.handling.direct Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.core.health Class Description Function A single argument function.Nullable Denotes that something may be null. -
Classes in ratpack.func used by ratpack.core.http Class Description Action A generic type for an object that does some work with a thing.Block A block of code.MultiValueMap A map that may contain multiple values for a given key, but typically only one value.Nullable Denotes that something may be null. -
Classes in ratpack.func used by ratpack.core.http.client Class Description Action A generic type for an object that does some work with a thing.Function A single argument function. -
Classes in ratpack.func used by ratpack.core.impose Class Description Action A generic type for an object that does some work with a thing.Factory An object that creates another.Function A single argument function. -
Classes in ratpack.func used by ratpack.core.jackson Class Description Function A single argument function.Nullable Denotes that something may be null. -
Classes in ratpack.func used by ratpack.core.logging Class Description Action A generic type for an object that does some work with a thing.Block A block of code. -
Classes in ratpack.func used by ratpack.core.parse Class Description Nullable Denotes that something may be null. -
Classes in ratpack.func used by ratpack.core.path Class Description Action A generic type for an object that does some work with a thing.TypeCoercingMap A string valued map that can do simple type conversions from the string values to primitive types. -
Classes in ratpack.func used by ratpack.core.render Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.core.server Class Description Action A generic type for an object that does some work with a thing.Function A single argument function.Nullable Denotes that something may be null. -
Classes in ratpack.func used by ratpack.core.service Class Description Action A generic type for an object that does some work with a thing.Predicate A function that returnstrue
orfalse
for a value. -
Classes in ratpack.func used by ratpack.core.sse Class Description Nullable Denotes that something may be null. -
Classes in ratpack.func used by ratpack.core.sse.client Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.core.websocket Class Description Action A generic type for an object that does some work with a thing.Function A single argument function. -
Classes in ratpack.func used by ratpack.dropwizard.metrics Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.exec Class Description Action A generic type for an object that does some work with a thing.BiAction A generic type for an object that does some work with 2 input things.BiFunction Block A block of code.Factory An object that creates another.Function A single argument function.Pair A generic pair implementation that can be used to cumulatively aggregate a data structure during a promise pipeline.Predicate A function that returnstrue
orfalse
for a value. -
Classes in ratpack.func used by ratpack.exec.registry Class Description Action A generic type for an object that does some work with a thing.Function A single argument function. -
Classes in ratpack.func used by ratpack.exec.stream Class Description Action A generic type for an object that does some work with a thing.BiFunction Function A single argument function.Nullable Denotes that something may be null.Predicate A function that returnstrue
orfalse
for a value. -
Classes in ratpack.func used by ratpack.exec.util Class Description Action A generic type for an object that does some work with a thing.BiAction A generic type for an object that does some work with 2 input things. -
Classes in ratpack.func used by ratpack.exec.util.retry Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.func Class Description Action A generic type for an object that does some work with a thing.Action.ConditionalSpec A spec for adding conditions to a conditional action.BiAction A generic type for an object that does some work with 2 input things.BiFunction Block A block of code.Factory An object that creates another.Function A single argument function.Function.ConditionalSpec A spec for adding conditions to a conditional function.MultiValueMap A map that may contain multiple values for a given key, but typically only one value.Nullable Denotes that something may be null.Pair A generic pair implementation that can be used to cumulatively aggregate a data structure during a promise pipeline.Predicate A function that returnstrue
orfalse
for a value. -
Classes in ratpack.func used by ratpack.groovy Class Description Action A generic type for an object that does some work with a thing.Function A single argument function.Nullable Denotes that something may be null. -
Classes in ratpack.func used by ratpack.groovy.handling Class Description Action A generic type for an object that does some work with a thing.Block A block of code.Predicate A function that returnstrue
orfalse
for a value. -
Classes in ratpack.func used by ratpack.groovy.server Class Description Action A generic type for an object that does some work with a thing.Function A single argument function. -
Classes in ratpack.func used by ratpack.groovy.test.handling Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.gson Class Description Function A single argument function.Nullable Denotes that something may be null. -
Classes in ratpack.func used by ratpack.guice Class Description Action A generic type for an object that does some work with a thing.Function A single argument function. -
Classes in ratpack.func used by ratpack.jdbctx Class Description Factory An object that creates another. -
Classes in ratpack.func used by ratpack.reactor Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.retrofit Class Description Action A generic type for an object that does some work with a thing.Factory An object that creates another. -
Classes in ratpack.func used by ratpack.rx2 Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.session Class Description Action A generic type for an object that does some work with a thing.Nullable Denotes that something may be null. -
Classes in ratpack.func used by ratpack.session.clientside Class Description Nullable Denotes that something may be null. -
Classes in ratpack.func used by ratpack.spring.config Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.test Class Description Action A generic type for an object that does some work with a thing.Factory An object that creates another. -
Classes in ratpack.func used by ratpack.test.embed Class Description Action A generic type for an object that does some work with a thing.Factory An object that creates another.Function A single argument function. -
Classes in ratpack.func used by ratpack.test.exec Class Description Action A generic type for an object that does some work with a thing.Function A single argument function. -
Classes in ratpack.func used by ratpack.test.handling Class Description Action A generic type for an object that does some work with a thing.Nullable Denotes that something may be null. -
Classes in ratpack.func used by ratpack.test.http Class Description Action A generic type for an object that does some work with a thing.Nullable Denotes that something may be null.