Uses of Interface
ratpack.impose.Imposition
-
Packages that use Imposition Package Description ratpack.guice Integration with Google Guice.ratpack.impose -
-
Uses of Imposition in ratpack.guice
Classes in ratpack.guice that implement Imposition Modifier and Type Class Description classBindingsImpositionAnimpositionof additional and overridden Guice bindings, used byGuice.registry(Action)and similar methods. -
Uses of Imposition in ratpack.impose
Classes in ratpack.impose that implement Imposition Modifier and Type Class Description classForceDevelopmentImpositionForces whether to start the application inServerConfig.isDevelopment()mode or not.classForceServerListenPortImpositionForces the port that the server should use to listen for requests.classServerConfigImpositionAn override object for imposing server configuration.classUserRegistryImpositionImposes an extra registry to be joined with the user registry when starting an application.Methods in ratpack.impose with type parameters of type Imposition Modifier and Type Method Description <T extends Imposition>
java.util.Optional<T>Impositions. get(java.lang.Class<T> type)Deprecated.since 1.9, useImpositions.getAll(Class).<T extends Imposition>
java.lang.Iterable<? extends T>Impositions. getAll(java.lang.Class<T> type)Return all impositions of the given type.Methods in ratpack.impose with parameters of type Imposition Modifier and Type Method Description ImpositionsSpecImpositionsSpec. add(Imposition imposition)Adds the imposition, replacing any previous imposition of the exact same type.
-