Interface EntityObjectMapper.ParameterType<T>

Type Parameters:
T - the parameter type
Enclosing class:
EntityObjectMapper

public static sealed interface EntityObjectMapper.ParameterType<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
    void
    set(com.fasterxml.jackson.core.type.TypeReference<T> type)
     
    void
    set(Class<T> type)
     
  • Method Details

    • set

      void set(com.fasterxml.jackson.core.type.TypeReference<T> type)
      Parameters:
      type - the type
    • set

      void set(Class<T> type)
      Parameters:
      type - the type
    • get

      Class<T> get()
      Returns:
      the type