Uses of Class
org.klojang.invoke.BeanReaderBuilder
Packages that use BeanReaderBuilder
Package
Description
Provides a bean reader and bean writer based on method handles and a minimal
amount of reflection.
-
Uses of BeanReaderBuilder in org.klojang.invoke
Methods in org.klojang.invoke that return BeanReaderBuilderModifier and TypeMethodDescriptionstatic <T> BeanReaderBuilder
<T> Returns aBuilder
forBeanReader
instances.Registers the specified names as properties of the specified type.BeanReaderBuilder.withGetter
(Class<?> returnType, String... names) Registers the specified method names as getters with the specified return type.Registers the specified names asint
properties on the bean class.BeanReaderBuilder.withString
(String... properties) Registers the specified names asString
properties on the bean class.BeanReaderBuilder.withTransformer
(BeanValueTransformer<T> transformer)