| Methods in org.omnaest.utils.beans.result with parameters of type BeanPropertyAccessor.PropertyAccessType |
|
BeanPropertyAccessor.getAnnotation(Class<A> annotationType,
BeanPropertyAccessor.PropertyAccessType propertyAccessType)
Returns the Annotation instance declared on the field or methods for the related property depending on the
BeanPropertyAccessor.PropertyAccessType. |
Class<?> |
BeanPropertyAccessor.getDeclaringPropertyType(BeanPropertyAccessor.PropertyAccessType... propertyAccessTypes)
Similar to BeanPropertyAccessor.getDeclaringPropertyType(PropertyAccessType) but using all given BeanPropertyAccessor.PropertyAccessTypes. |
Class<?> |
BeanPropertyAccessor.getDeclaringPropertyType(BeanPropertyAccessor.PropertyAccessType propertyAccessType)
Determines the Class type for the property. |
Object |
BeanPropertyAccessor.getPropertyValue(B bean,
BeanPropertyAccessor.PropertyAccessType... propertyAccessTypes)
Similar to BeanPropertyAccessor.getPropertyValue(Object, ExceptionHandler, PropertyAccessType...) with no ExceptionHandler |
Object |
BeanPropertyAccessor.getPropertyValue(B bean,
BeanPropertyAccessor.PropertyAccessType propertyAccessType)
Returns the property value for the underlying Java Bean property from the given Java Bean object. |
Object |
BeanPropertyAccessor.getPropertyValue(B bean,
BeanPropertyAccessor.PropertyAccessType propertyAccessType,
ExceptionHandler exceptionHandler)
Returns the property value for the underlying Java Bean property from the given Java Bean object. |
Object |
BeanPropertyAccessor.getPropertyValue(B bean,
ExceptionHandler exceptionHandler,
BeanPropertyAccessor.PropertyAccessType... propertyAccessTypes)
Similar to BeanPropertyAccessor.getPropertyValue(Object, PropertyAccessType, ExceptionHandler) using all the given
BeanPropertyAccessor.PropertyAccessTypes |
Tuple2<Object,Boolean> |
BeanPropertyAccessor.getPropertyValueAndSuccess(B bean,
BeanPropertyAccessor.PropertyAccessType propertyAccessType,
ExceptionHandler exceptionHandler)
Returns the property value for the underlying Java Bean property from the given Java Bean object. |
BeanPropertyAccessor<B> |
BeanPropertyAccessor.newBeanPropertyAccessorWithPropertyAccessType(BeanPropertyAccessor.PropertyAccessType propertyAccessType)
Returns a new BeanPropertyAccessor which has the given BeanPropertyAccessor.PropertyAccessType set. |
boolean |
BeanPropertyAccessor.setPropertyValue(B bean,
Object value,
BeanPropertyAccessor.PropertyAccessType... propertyAccessTypes)
Similar to BeanPropertyAccessor.setPropertyValue(Object, Object, PropertyAccessType) using all given BeanPropertyAccessor.PropertyAccessTypes |
boolean |
BeanPropertyAccessor.setPropertyValue(B bean,
Object value,
BeanPropertyAccessor.PropertyAccessType propertyAccessType)
Sets the property value for the underlying Java Bean property for the given Java Bean object using the given
BeanPropertyAccessor.PropertyAccessType. |
boolean |
BeanPropertyAccessor.setPropertyValue(B bean,
Object value,
BeanPropertyAccessor.PropertyAccessType propertyAccessType,
ExceptionHandler exceptionHandler)
Sets the property value for the underlying Java Bean property for the given Java Bean object using the given
BeanPropertyAccessor.PropertyAccessType. |
boolean |
BeanPropertyAccessor.setPropertyValue(B bean,
Object value,
ExceptionHandler exceptionHandler,
BeanPropertyAccessor.PropertyAccessType... propertyAccessTypes)
Similar to BeanPropertyAccessor.setPropertyValue(Object, Object, PropertyAccessType, ExceptionHandler) using all given
BeanPropertyAccessor.PropertyAccessTypes |