Uses of Class
org.klojang.invoke.Setter
Packages that use Setter
Package
Description
Provides a bean reader and bean writer based on method handles and a minimal
amount of reflection.
-
Uses of Setter in org.klojang.invoke
Methods in org.klojang.invoke that return types with arguments of type SetterModifier and TypeMethodDescriptionBeanWriter.getIncludedSetters()Returns thesettersused by theBeanWriterto write bean properties.SetterFactory.getSetters(Class<?> clazz) Returns the publicsettersfor the specified class.Constructor parameters in org.klojang.invoke with type arguments of type SetterModifierConstructorDescriptionBeanWriter(Class<T> beanClass, FallibleBiFunction<Setter, Object, Object, Throwable> converter, String... properties) Creates aBeanWriterfor the specified class.BeanWriter(Class<T> beanClass, FallibleBiFunction<Setter, Object, Object, Throwable> converter, IncludeExclude includeExclude, String... properties) Creates aBeanWriterfor the specified class.