Interface Wrapper<T>

Type Parameters:
T - 原始对象类型
All Superinterfaces:
Provider
All Known Subinterfaces:
Poolable<T>
All Known Implementing Classes:
AbstractCollValueMap, ArrayWrapper, BiMap, BomReader, BoundedList, CamelCaseLinkedMap, CamelCaseMap, CaseInsensitiveLinkedMap, CaseInsensitiveMap, CaseInsensitiveTreeMap, CollectionValueMap, CustomKeyMap, Dictionary, FileReader, FileWrapper, FileWriter, FunctionKeyMap, FunctionMap, Graph, LineReader, LinkedForestMap.EntryNodeWrapper, ListValueMap, ListWrapper, MapWrapper, PartitionPoolable, ReaderWrapper, SetValueMap, SetWrapper, SimpleWrapper, TolerantMap, TransMap, WatchServiceWrapper

public interface Wrapper<T> extends Provider
包装接口
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

    Modifier and Type
    Method
    Description
    获取原始对象
    default Object
    支持类型
  • Method Details

    • getRaw

      T getRaw()
      获取原始对象
      Returns:
      原始对象
    • type

      default Object type()
      Description copied from interface: Provider
      支持类型
      Specified by:
      type in interface Provider<T>
      Returns:
      the bean