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