Interface RuntimeVirtualFieldSupplier.VirtualFieldSupplier
-
- Enclosing class:
- RuntimeVirtualFieldSupplier
public static interface RuntimeVirtualFieldSupplier.VirtualFieldSupplierThis class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <U extends T,V extends F,T,F>
VirtualField<U,V>find(Class<T> type, Class<F> fieldType)
-
-
-
Method Detail
-
find
<U extends T,V extends F,T,F> VirtualField<U,V> find(Class<T> type, Class<F> fieldType)
-
-