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 TypeClassDescriptionclassParameters for randomCollectiongeneration.classThe basic implementation ofSimpleGenericParameters.Methods in dev.orne.test.rnd.params that return SimpleGenericParametersModifier and TypeMethodDescription@NotNull SimpleGenericParametersSimpleGenericParameters.Builder.withElementsType(@NotNull Class<?> type) Creates a new instance of generation parameters with the specified class as list components type.@NotNull SimpleGenericParametersSimpleGenericParameters.Builder.withElementsType(@NotNull GenericArrayType type) Creates a new instance of generation parameters with the specified generic array type as list components type.@NotNull SimpleGenericParametersSimpleGenericParameters.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 TypeMethodDescriptionvoidSimpleGenericParametersExtractor.extractParameters(@NotNull SimpleGenericParameters from, @NotNull SimpleGenericParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.voidSimpleGenericParametersTypeExtractor.extractParameters(@NotNull TypeDeclaration from, @NotNull SimpleGenericParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.