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 anIllegalAssignmentExceptionindicating that the specified value cannot be assigned to the property encapsulated by thisSetter.Methods in org.klojang.invoke that throw IllegalAssignmentExceptionModifier and TypeMethodDescriptionvoidOverwrites all properties in the specified bean with the corresponding values in the specified map.voidOverwrites all properties in the specified bean whose value isnullwith the corresponding values in the specified map.voidSets the property on the specified bean to the specified value.