Interface ObjectTypeProvider


@NoImplement public interface ObjectTypeProvider
Interface that can implement instances of ObjectProvider in case the type of the object created is dynamic and cannot be known at compile time.
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getObjectType

      Class<?> getObjectType()
      Returns:
      the type of the object created.