Interface RuntimeVirtualFieldSupplier.VirtualFieldSupplier
-
- Enclosing class:
- RuntimeVirtualFieldSupplier
public static interface RuntimeVirtualFieldSupplier.VirtualFieldSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <U extends T,T,F>
VirtualField<U,F>find(Class<T> type, Class<F> fieldType)
-
-
-
Method Detail
-
find
<U extends T,T,F> VirtualField<U,F> find(Class<T> type, Class<F> fieldType)
-
-