Package io.sundr.model.visitors
Class ApplyTypeParamMappingToTypeArguments
java.lang.Object
io.sundr.model.visitors.ApplyTypeParamMappingToTypeArguments
- All Implemented Interfaces:
Visitor<ClassRefFluent<?>>
public class ApplyTypeParamMappingToTypeArguments
extends Object
implements Visitor<ClassRefFluent<?>>
-
Constructor Summary
ConstructorsConstructorDescriptionApplyTypeParamMappingToTypeArguments(String name, TypeRef typeRef) ApplyTypeParamMappingToTypeArguments(Map<String, TypeRef> mappings) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.sundr.builder.Visitor
addRequirement, addRequirement, canVisit, getRequirement, getType, hasItem, hasVisitMethodMatching, order, visit
-
Constructor Details
-
ApplyTypeParamMappingToTypeArguments
-
ApplyTypeParamMappingToTypeArguments
-
-
Method Details
-
visit
- Specified by:
visitin interfaceVisitor<ClassRefFluent<?>>
-