Package io.sundr.model.visitors
Class ApplyTypeParamMappingToArgument
java.lang.Object
io.sundr.model.visitors.ApplyTypeParamMappingToArgument
- All Implemented Interfaces:
Visitor<ArgumentFluent<?>>
-
Constructor Summary
ConstructorsConstructorDescriptionApplyTypeParamMappingToArgument(String name, TypeRef typeRef) ApplyTypeParamMappingToArgument(Map<String, TypeRef> mappings) ApplyTypeParamMappingToArgument(Map<String, TypeRef> mappings, AttributeKey<TypeParamRef> attributeKey) ApplyTypeParamMappingToArgument(Map<String, TypeRef> mappings, Optional<AttributeKey<TypeParamRef>> attributeKey) -
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
-
ApplyTypeParamMappingToArgument
-
ApplyTypeParamMappingToArgument
-
ApplyTypeParamMappingToArgument
public ApplyTypeParamMappingToArgument(Map<String, TypeRef> mappings, AttributeKey<TypeParamRef> attributeKey) -
ApplyTypeParamMappingToArgument
public ApplyTypeParamMappingToArgument(Map<String, TypeRef> mappings, Optional<AttributeKey<TypeParamRef>> attributeKey)
-
-
Method Details
-
visit
- Specified by:
visitin interfaceVisitor<ArgumentFluent<?>>
-