Uses of Class
space.arim.dazzleconf.reflect.ReifiedType.Annotated
Packages that use ReifiedType.Annotated
Package
Description
Version 2 of the library, provided as a separate package.
-
Uses of ReifiedType.Annotated in space.arim.dazzleconf
Methods in space.arim.dazzleconf that return ReifiedType.AnnotatedModifier and TypeMethodDescription@NonNull ReifiedType.AnnotatedConfigurationDefinition.Layout.getReifiedType()Gets the type of the configuration interface. -
Uses of ReifiedType.Annotated in space.arim.dazzleconf.reflect
Fields in space.arim.dazzleconf.reflect declared as ReifiedType.AnnotatedModifier and TypeFieldDescriptionstatic final ReifiedType.Annotated[]ReifiedType.Annotated.EMPTY_ARRAYA reusable empty array for this typeMethods in space.arim.dazzleconf.reflect that return ReifiedType.AnnotatedModifier and TypeMethodDescription@NonNull ReifiedType.AnnotatedReifiedType.Annotated.argumentAt(int index) Gets the argument at a certain index@NonNull ReifiedType.Annotated @NonNull []ReifiedType.Annotated.arguments()Gets all the arguments@NonNull ReifiedType.AnnotatedMethodMirror.TypeWalker.getEnclosingType()Gets the type which thisTypeWalkeris looking atfinal @NonNull ReifiedType.AnnotatedTypeToken.getReifiedType()Gets the annotated reified type represented by this type token@NonNull ReifiedType.AnnotatedMethodId.returnType()The return typestatic @NonNull ReifiedType.AnnotatedReifiedType.Annotated.unannotated(@NonNull Class<?> rawType) Creates an unparameterized, unannotated reified type for the following raw class.Methods in space.arim.dazzleconf.reflect with parameters of type ReifiedType.AnnotatedModifier and TypeMethodDescription@NonNull MethodMirror.TypeWalkerMethodMirror.typeWalker(@NonNull ReifiedType.Annotated reifiedType) Makes a type walker for the given type.Constructors in space.arim.dazzleconf.reflect with parameters of type ReifiedType.AnnotatedModifierConstructorDescriptionAnnotated(@NonNull Class<?> rawType, @NonNull ReifiedType.Annotated @NonNull [] arguments, @NonNull AnnotatedElement annotations) Creates from nonnull input argumentsMethodId(@NonNull String name, @NonNull ReifiedType.Annotated returnType, @NonNull ReifiedType @NonNull [] parameters, boolean isDefault) Builds from argumentsTypeToken(@NonNull ReifiedType.Annotated reifiedType) Creates from a reified type.