Interface TypeAutoboxer<T>

    • Method Detail

      • supports

        boolean supports​(java.lang.Class<?> type)
      • autobox

        T autobox​(java.lang.Object value,
                  java.lang.Class<T> type)