Interface PropertyTypeService

All Known Implementing Classes:
PropertyTypeServiceImpl

public interface PropertyTypeService
Property type service.
Since:
2.2
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the class type of the property, or null if the property type could not be determined.
  • Method Details

    • getType

      Class getType(String name)
      Returns the class type of the property, or null if the property type could not be determined.
      Parameters:
      name - property name
      Returns:
      Class type of the property, or null if the property type could not be determined