public class Setter extends Object
| Constructor and Description |
|---|
Setter() |
| Modifier and Type | Method and Description |
|---|---|
static Method |
find(RichTypeDef richType,
Property property)
Find the setter of the specified property in the rich type.
|
static Method |
find(TypeDef type,
Property property)
Find the setter of the specified property in the type.
|
static boolean |
has(TypeDef clazz,
Property property) |
static boolean |
hasOrInherits(RichTypeDef clazz,
Property property) |
static boolean |
hasOrInherits(TypeDef clazz,
Property property) |
static boolean |
isApplicable(Method method,
Property property) |
public static Method find(TypeDef type, Property property)
type - The class.property - The property.public static Method find(RichTypeDef richType, Property property)
richType - The class.property - The property.public static boolean hasOrInherits(RichTypeDef clazz, Property property)
Copyright © 2023. All rights reserved.