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