Class MethodsCache
java.lang.Object
io.jmix.core.metamodel.model.utils.MethodsCache
-
Method Summary
-
Method Details
-
getOrCreate
-
getGetter
- Parameters:
property
- name of property associated with getter- Returns:
- lambda
Function
which represents getter - Throws:
IllegalArgumentException
- if getter for property not found
-
getSetter
- Parameters:
property
- name of property associated with setter- Returns:
- lambda
BiConsumer
which represents setter - Throws:
IllegalArgumentException
- if setter for property not found
-