Uses of Class
org.klojang.invoke.IllegalAssignmentException
Packages that use IllegalAssignmentException
Package
Description
Provides a bean reader and bean writer based on method handles and a minimal
amount of reflection.
-
Uses of IllegalAssignmentException in org.klojang.invoke
Methods in org.klojang.invoke that return IllegalAssignmentExceptionModifier and TypeMethodDescriptionSetter.illegalAssignment
(Object value) Generates anIllegalAssignmentException
indicating that the specified value cannot be assigned to the property encapsulated by thisSetter
.Methods in org.klojang.invoke that throw IllegalAssignmentExceptionModifier and TypeMethodDescriptionvoid
Overwrites all properties in the specified bean with the corresponding values in the specified map.void
Overwrites all properties in the specified bean whose value isnull
with the corresponding values in the specified map.void
Sets the property on the specified bean to the specified value.