Interface AttributeDescriptorModelHelperService

    • Method Detail

      • getAttributeClass

        java.lang.Class<?> getAttributeClass​(AttributeDescriptorModel attributeDescriptor)
        Will return:
        • the actual class of the property if this is not a ParameterizedType
        • the class of the generic type of the class of the property if this is a ParameterizedType
        Parameters:
        attributeDescriptor - the AttributeDescriptorModel to inspect
        Returns:
        a Class
      • getDeclaringEnclosingTypeClass

        java.lang.Class<?> getDeclaringEnclosingTypeClass​(AttributeDescriptorModel attributeDescriptor)
        Will return the actual class of the declaring enclosing type of this property
        Parameters:
        attributeDescriptor - the AttributeDescriptorModel to inspect
        Returns:
        a Class