Uses of Interface
dev.orne.test.rnd.params.SimpleGenericParameters
Packages that use SimpleGenericParameters
-
Uses of SimpleGenericParameters in dev.orne.test.rnd.params
Classes in dev.orne.test.rnd.params that implement SimpleGenericParametersModifier and TypeClassDescriptionclass
Parameters for randomCollection
generation.class
The basic implementation ofSimpleGenericParameters
.Methods in dev.orne.test.rnd.params that return SimpleGenericParametersModifier and TypeMethodDescription@NotNull SimpleGenericParameters
SimpleGenericParameters.Builder.withElementsType
(@NotNull Class<?> type) Creates a new instance of generation parameters with the specified class as list components type.@NotNull SimpleGenericParameters
SimpleGenericParameters.Builder.withElementsType
(@NotNull GenericArrayType type) Creates a new instance of generation parameters with the specified generic array type as list components type.@NotNull SimpleGenericParameters
SimpleGenericParameters.Builder.withElementsType
(@NotNull ParameterizedType type) Creates a new instance of generation parameters with the specified parameterized type as list components type.Methods in dev.orne.test.rnd.params with parameters of type SimpleGenericParametersModifier and TypeMethodDescriptionvoid
SimpleGenericParametersExtractor.extractParameters
(@NotNull SimpleGenericParameters from, @NotNull SimpleGenericParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.void
SimpleGenericParametersTypeExtractor.extractParameters
(@NotNull TypeDeclaration from, @NotNull SimpleGenericParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.