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