Uses of Class
jodd.bean.BeanProperty
Packages that use BeanProperty
Package
Description
Java Bean utilities, provides the fastest bean manipulation.
-
Uses of BeanProperty in jodd.bean
Methods in jodd.bean with parameters of type BeanPropertyModifier and TypeMethodDescriptionprivate ObjectBeanUtilBean._getIndexProperty(BeanProperty bp) private voidBeanUtilBean._setIndexProperty(BeanProperty bp, Object value) protected ObjectBeanUtilUtil.arrayForcedGet(BeanProperty bp, Object array, int index) Returns the element of an array forced.protected voidBeanUtilUtil.arrayForcedSet(BeanProperty bp, Object array, int index, Object value) Sets the array element forced.protected ObjectBeanUtilUtil.createBeanProperty(BeanProperty bp) Creates new instance for current property name through its setter.protected ObjectBeanUtilUtil.ensureArraySize(BeanProperty bp, Object array, Class componentType, int index) protected StringBeanUtilUtil.extractIndex(BeanProperty bp) Extract index string from non-nested property name.protected ClassBeanUtilUtil.extractType(BeanProperty bp) Extracts type of current property.protected ObjectBeanUtilBean.getIndexProperty(BeanProperty bp) Get non-nested property value: either simple or indexed property.protected ObjectBeanUtilBean.getSimpleProperty(BeanProperty bp) protected booleanBeanUtilBean.hasIndexProperty(BeanProperty bp) protected booleanBeanUtilBean.hasSimpleProperty(BeanProperty bp) protected ObjectBeanUtilUtil.invokeSetter(Setter setter, BeanProperty bp, Object value) Invokes setter, but first converts type to match the setter type.protected intBeanUtilUtil.parseInt(String indexString, BeanProperty bp) protected booleanBeanUtilBean.resolveExistingNestedProperties(BeanProperty bp) protected voidBeanUtilBean.resolveNestedProperties(BeanProperty bp) Resolves nested property name to the very last indexed property.protected voidBeanUtilBean.setIndexProperty(BeanProperty bp, Object value) Sets indexed or regular properties (no nested!).protected voidBeanUtilBean.setSimpleProperty(BeanProperty bp, Object value) Sets a value of simple property. -
Uses of BeanProperty in jodd.bean.exception
Constructors in jodd.bean.exception with parameters of type BeanPropertyModifierConstructorDescriptionForcedBeanException(String message, BeanProperty bp, Throwable cause) InvalidPropertyBeanException(String message, BeanProperty bp) InvokePropertyBeanException(String message, BeanProperty bp, Throwable cause) NullPropertyBeanException(String message, BeanProperty bp) PropertyNotFoundBeanException(String message, BeanProperty bp)