Interface PojoModelElement

All Known Subinterfaces:
PojoModelCompositeElement, PojoModelConstructorParameter, PojoModelProperty, PojoModelType, PojoModelValue<T>

@Incubating public interface PojoModelElement
An element in the POJO model.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
  • Method Details

    • isAssignableTo

      boolean isAssignableTo(Class<?> clazz)
      Parameters:
      clazz - A Class.
      Returns:
      true if instances of the given class can be assigned to this element, false otherwise.
    • rawType

      Class<?> rawType()
      Returns:
      The Class representing the raw type of this element.