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 Summary

    Modifier and Type
    Method
    Description
    <U extends T, V extends F, T, F>
    VirtualField<U,V>
    find(Class<T> type, Class<F> fieldType)
     
  • Method Details