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:
trueif instances of the given class can be assigned to this element,falseotherwise.
-