Class JoinRow

java.lang.Object
org.jdbi.v3.core.mapper.JoinRow

public class JoinRow extends Object
Holder for a single joined row.
  • Method Details

    • get

      public <T> T get(Class<T> klass)
      Return the value mapped for a given class.
      Type Parameters:
      T - the type to map
      Parameters:
      klass - the type that was mapped
      Returns:
      the value for that type
    • get

      public Object get(Type type)
      Return the value mapped for a given type.
      Parameters:
      type - the type that was mapped
      Returns:
      the value for that type