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 aBuilderforBeanReaderinstances.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 asintproperties on the bean class.BeanReaderBuilder.withString(String... properties) Registers the specified names asStringproperties on the bean class.BeanReaderBuilder.withTransformer(BeanValueTransformer<T> transformer)