Interface PojoModelElement
- All Known Subinterfaces:
PojoModelCompositeElement
,PojoModelConstructorParameter
,PojoModelProperty
,PojoModelType
,PojoModelValue<T>
An element in the POJO model.
- See Also:
-
Method Summary
-
Method Details
-
isAssignableTo
- Parameters:
clazz
- AClass
.- Returns:
true
if instances of the given class can be assigned to this element,false
otherwise.
-