Uses of Enum Class
org.klojang.invoke.IncludeExclude
Packages that use IncludeExclude
Package
Description
Provides a bean reader and bean writer based on method handles and a minimal
amount of reflection.
-
Uses of IncludeExclude in org.klojang.invoke
Methods in org.klojang.invoke that return IncludeExcludeModifier and TypeMethodDescriptionstatic IncludeExcludeReturns the enum constant of this class with the specified name.static IncludeExclude[]IncludeExclude.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.klojang.invoke with parameters of type IncludeExcludeModifierConstructorDescriptionBeanReader(Class<T> beanClass, boolean strictNaming, BeanValueTransformer<T> transformer, IncludeExclude includeExclude, String... properties) Creates aBeanReaderfor the specified properties of the specified class.BeanReader(Class<T> beanClass, boolean strictNaming, IncludeExclude includeExclude, String... properties) Creates aBeanReaderfor the specified properties of the specified class.BeanReader(Class<T> beanClass, IncludeExclude includeExclude, String... properties) Creates aBeanReaderfor the specified properties of the specified class.BeanWriter(Class<T> beanClass, BeanValueTransformer<T> transformer, IncludeExclude includeExclude, String... properties) Creates aBeanWriterfor the specified class.BeanWriter(Class<T> beanClass, IncludeExclude includeExclude, String... properties) Creates aBeanWriterfor the specified class.