A B C F N R T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- asBool(K) - Method in interface ratpack.util.TypeCoercingMap
-
Convert the value with given key to a Boolean, using
Boolean.valueOf(String). - asByte(K) - Method in interface ratpack.util.TypeCoercingMap
-
Convert the value with given key to a Byte, using
Byte.valueOf(String). - asInt(K) - Method in interface ratpack.util.TypeCoercingMap
-
Convert the value with given key to a Integer, using
Integer.valueOf(String). - asLong(K) - Method in interface ratpack.util.TypeCoercingMap
-
Convert the value with given key to a Long, using
Long.valueOf(String). - asShort(K) - Method in interface ratpack.util.TypeCoercingMap
-
Convert the value with given key to a Short, using
Short.valueOf(String).
B
- Blocks - Annotation Type in ratpack.api
C
- constant(T) - Static method in interface ratpack.func.Factory
-
Creates a factory that always returns the given item.
- create() - Method in interface ratpack.func.Factory
-
Creates a new object.
F
- Factory<T> - Interface in ratpack.func
-
An object that creates another.
N
- NonBlocking - Annotation Type in ratpack.api
-
Declares that a method or function-like method parameter is non-blocking and can freely use Promise and other async constructs.
- Nullable - Annotation Type in ratpack.api
-
Denotes that something may be null.
R
- ratpack.api - package ratpack.api
-
Annotations that are used to further specify API contracts.
- ratpack.func - package ratpack.func
-
General functional (i.e. Single Abstract Method) types.
- ratpack.util - package ratpack.util
-
General purpose types and utilities.
T
- TypeCoercingMap<K> - Interface in ratpack.util
-
A string valued map that can do simple type conversions from the string values to primitive types.
U
- UncheckedException - Exception in ratpack.api
-
Used to wrap a checked exception to be thrown where a checked exception cannot be thrown.
- UncheckedException(Throwable) - Constructor for exception ratpack.api.UncheckedException
-
Constructor.
All Classes All Packages