Interface TypeAutoboxer<T>

All Known Implementing Classes:
BooleanTypeAutoboxer, DoubleTypeAutoboxer, DurationTypeAutoboxer, EnumAutoboxer, FloatTypeAutoboxer, InstantForOracleTypeAutoboxer, InstantTypeAutoboxer, IntegerTypeAutoboxer, LongTypeAutoboxer, StringTypeAutoboxer, UUIDTypeAutoboxer

public interface TypeAutoboxer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    autobox(Object value, Class<T> type)
     
    boolean
    supports(Class<?> type)
     
  • Method Details

    • supports

      boolean supports(Class<?> type)
    • autobox

      T autobox(Object value, Class<T> type)