Package dev.orne.test.rnd.params
Interface SimpleGenericParameters
- All Superinterfaces:
GenerationParameters
- All Known Implementing Classes:
CollectionGenerationParameters
,SimpleGenericParametersImpl
@API(status=EXPERIMENTAL,
since="0.1")
public interface SimpleGenericParameters
extends GenerationParameters
Interface for generation parameters of generic classes with a single
type parameter.
- Since:
- 0.1
- Version:
- 1.0, 2022-11
- Author:
- (w) Iker Hernaez
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Interface forSimpleGenericParameters
builders. -
Method Summary
-
Method Details
-
getType
Type getType()Returns the type parameter.- Returns:
- The type parameter
-
setType
Sets the type parameter.- Parameters:
type
- the type parameter
-