Uses of Class
space.arim.dazzleconf.reflect.ReifiedType
Packages that use ReifiedType
-
Uses of ReifiedType in space.arim.dazzleconf.reflect
Subclasses of ReifiedType in space.arim.dazzleconf.reflectModifier and TypeClassDescriptionstatic final classAnnotation capable extension to a reified type.Methods in space.arim.dazzleconf.reflect that return ReifiedTypeModifier and TypeMethodDescription@NonNull ReifiedTypeReifiedType.argumentAt(int index) Gets the argument at a certain index@NonNull ReifiedType @NonNull []ReifiedType.arguments()Gets all the arguments@NonNull ReifiedTypeMethodId.parameterAt(int index) Gets the parameter at a certain index@NonNull ReifiedType @NonNull []MethodId.parameters()Gets all the parametersConstructors in space.arim.dazzleconf.reflect with parameters of type ReifiedTypeModifierConstructorDescriptionMethodId(@NonNull String name, @NonNull ReifiedType.Annotated returnType, @NonNull ReifiedType @NonNull [] parameters, boolean isDefault) Builds from argumentsReifiedType(@NonNull Class<?> rawType, @NonNull ReifiedType @NonNull [] arguments) Builds from nonnull input arguments.