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