Uses of Class
io.jooby.Reified
-
Uses of Reified in io.jooby
Modifier and TypeMethodDescriptionstatic <T> Reified<CompletableFuture<T>>
Reified.completableFuture
(Type type) Creates aCompletableFuture
type literal.static <T> Reified<T>
Gets type literal for the givenClass
instance.static Reified<?>
Gets type literal for the givenType
instance.static Reified<?>
Reified.getParameterized
(Type rawType, Type... typeArguments) Gets type literal for the parameterized type represented by applyingtypeArguments
torawType
.Creates aList
type literal.Creates anMap
type literal.Creates anOptional
type literal.Creates aSet
type literal.