Interface AccessorSupplierFactory<S>
- Type Parameters:
S- Entity type that acts as a source of properties
- All Known Implementing Classes:
AccessorSupplierFactoryDelegate
public interface AccessorSupplierFactory<S>
Function interface for for requesting accessor instances that enable
accessing the attribute 'name' of type 'clazz' on objects of type 'S'.
- Author:
- Claus Stadler, May 16, 2018
-
Method Summary
Modifier and TypeMethodDescription<T> Function<S, ? extends SingleValuedAccessor<T>> createAccessor(String name, Class<T> clazz)
-
Method Details
-
createAccessor
-