public class ApplyTypeParamMappingToProperty extends Object implements Visitor<PropertyFluent<?>>
| Constructor and Description |
|---|
ApplyTypeParamMappingToProperty(Map<String,TypeRef> mappings) |
ApplyTypeParamMappingToProperty(Map<String,TypeRef> mappings,
AttributeKey<TypeParamRef> attributeKey) |
ApplyTypeParamMappingToProperty(Map<String,TypeRef> mappings,
Optional<AttributeKey<TypeParamRef>> attributeKey) |
ApplyTypeParamMappingToProperty(String name,
TypeRef typeRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(PropertyFluent<?> property) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRequirement, addRequirement, canVisit, getRequirement, getType, hasItem, hasVisitMethodMatching, order, visitpublic ApplyTypeParamMappingToProperty(String name, TypeRef typeRef)
public ApplyTypeParamMappingToProperty(Map<String,TypeRef> mappings)
public ApplyTypeParamMappingToProperty(Map<String,TypeRef> mappings, AttributeKey<TypeParamRef> attributeKey)
public ApplyTypeParamMappingToProperty(Map<String,TypeRef> mappings, Optional<AttributeKey<TypeParamRef>> attributeKey)
public void visit(PropertyFluent<?> property)
visit in interface Visitor<PropertyFluent<?>>Copyright © 2023. All rights reserved.