Uses of Class
xyz.janboerman.scalaloader.configurationserializable.runtime.ParameterizedParameterType
Packages that use ParameterizedParameterType
-
Uses of ParameterizedParameterType in xyz.janboerman.scalaloader.configurationserializable.runtime
Methods in xyz.janboerman.scalaloader.configurationserializable.runtime that return ParameterizedParameterTypeModifier and TypeMethodDescriptionstatic ParameterizedParameterType
ParameterizedParameterType.from
(Class<?> rawType, ParameterType... typeParameters) Construct a ParameterizedParameterType from a class and its type parameters.static ParameterizedParameterType
ParameterizedParameterType.from
(Set<? extends Annotation> annotations, Class<?> rawType, ParameterType... typeParameters) Same asfrom(Class, ParameterType...)
but with annotation information included.