Interface PojoModelValue<T>

    • Method Detail

      • rawType

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

        @Deprecated
        default Class<?> getRawType()
        Deprecated.
        Use rawType() instead.
        Returns:
        The Class representing the raw type of this value.