Package asteroid.nodes
Class GenericsTypeBuilder
- java.lang.Object
-
- asteroid.nodes.GenericsTypeBuilder
-
public final class GenericsTypeBuilder extends Object
Builder to create instances of typeGenericsType- Since:
- 0.1.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericsTypebuild()Returns the configured generic typestatic GenericsTypeBuildergenerics(ClassNode classNode)Sets the type of the generic type
-
-
-
Method Detail
-
generics
public static GenericsTypeBuilder generics(ClassNode classNode)
Sets the type of the generic type- Parameters:
classNode- Sets theClassNodeof the generic type- Returns:
- an instance of type
GenericsTypeBuilder - Since:
- 0.1.0
-
build
public GenericsType build()
Returns the configured generic type- Returns:
- an instance of type
GenericsType - Since:
- 0.1.0
-
-