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 
Functionwhich represents getter - Throws:
 IllegalArgumentException- if getter for property not found
 - 
getSetter
- Parameters:
 property- name of property associated with setter- Returns:
 - lambda 
BiConsumerwhich represents setter - Throws:
 IllegalArgumentException- if setter for property not found
 
 -