Interface RuntimeVirtualFieldSupplier.VirtualFieldSupplier

  • Enclosing class:
    RuntimeVirtualFieldSupplier

    public static interface RuntimeVirtualFieldSupplier.VirtualFieldSupplier
    This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
    • Method Detail

      • find

        <U extends T,​V extends F,​T,​F> VirtualField<U,​V> find​(Class<T> type,
                                                                                     Class<F> fieldType)