Class SetterFactory
java.lang.Object
org.klojang.invoke.SetterFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SetterFactory
The one and only instance ofSetterFactory
. -
Method Summary
-
Field Details
-
INSTANCE
The one and only instance ofSetterFactory
.
-
-
Method Details
-
getSetters
Returns the publicsetters
for the specified class. The returnedMap
maps property names toSetter
instances.- Parameters:
clazz
- The class for which to retrieve the public setters- Returns:
- The public setters of the specified class
- Throws:
IllegalAssignmentException
- If the does not have any public setters
-