Package io.sundr.model.visitors
Class ApplyTypeParamMappingToProperty
- java.lang.Object
-
- io.sundr.model.visitors.ApplyTypeParamMappingToProperty
-
- All Implemented Interfaces:
io.sundr.builder.Visitor<io.sundr.model.PropertyFluent<?>>
public class ApplyTypeParamMappingToProperty extends Object implements io.sundr.builder.Visitor<io.sundr.model.PropertyFluent<?>>
-
-
Constructor Summary
Constructors Constructor Description ApplyTypeParamMappingToProperty(String name, io.sundr.model.TypeRef typeRef)ApplyTypeParamMappingToProperty(Map<String,io.sundr.model.TypeRef> mappings)ApplyTypeParamMappingToProperty(Map<String,io.sundr.model.TypeRef> mappings, io.sundr.model.AttributeKey<io.sundr.model.TypeParamRef> attributeKey)ApplyTypeParamMappingToProperty(Map<String,io.sundr.model.TypeRef> mappings, Optional<io.sundr.model.AttributeKey<io.sundr.model.TypeParamRef>> attributeKey)
-
-
-
Constructor Detail
-
ApplyTypeParamMappingToProperty
public ApplyTypeParamMappingToProperty(String name, io.sundr.model.TypeRef typeRef)
-
ApplyTypeParamMappingToProperty
public ApplyTypeParamMappingToProperty(Map<String,io.sundr.model.TypeRef> mappings)
-
ApplyTypeParamMappingToProperty
public ApplyTypeParamMappingToProperty(Map<String,io.sundr.model.TypeRef> mappings, io.sundr.model.AttributeKey<io.sundr.model.TypeParamRef> attributeKey)
-
-