Uses of Class
org.omnaest.utils.beans.result.BeanPropertyAccessor.PropertyAccessType

Packages that use BeanPropertyAccessor.PropertyAccessType
org.omnaest.utils.beans.copier   
org.omnaest.utils.beans.mapconverter   
org.omnaest.utils.beans.mapconverter.internal   
org.omnaest.utils.beans.result   
 

Uses of BeanPropertyAccessor.PropertyAccessType in org.omnaest.utils.beans.copier
 

Methods in org.omnaest.utils.beans.copier with parameters of type BeanPropertyAccessor.PropertyAccessType
 PreparedBeanCopier<FROM,TO> PreparedBeanCopier.setPropertyAccessTypeFrom(BeanPropertyAccessor.PropertyAccessType propertyAccessTypeFrom)
           
 PreparedBeanCopier<FROM,TO> PreparedBeanCopier.setPropertyAccessTypeTo(BeanPropertyAccessor.PropertyAccessType propertyAccessTypeTo)
           
 

Uses of BeanPropertyAccessor.PropertyAccessType in org.omnaest.utils.beans.mapconverter
 

Constructors in org.omnaest.utils.beans.mapconverter with parameters of type BeanPropertyAccessor.PropertyAccessType
BeanToNestedMapConverter(BeanToNestedMapConverter.BeanConversionFilter beanConversionFilter, Class<? extends B> beanClass, BeanPropertyAccessor.PropertyAccessType propertyAccessType)
           
BeanToNestedMapConverter(BeanToNestedMapConverter.BeanConversionFilter beanConversionFilter, Class<? extends B> beanClass, BeanPropertyAccessor.PropertyAccessType propertyAccessType, Map<Class<?>,Class<?>> sourceTypeTodestinationTypeMap)
           
 

Uses of BeanPropertyAccessor.PropertyAccessType in org.omnaest.utils.beans.mapconverter.internal
 

Methods in org.omnaest.utils.beans.mapconverter.internal with parameters of type BeanPropertyAccessor.PropertyAccessType
 Map<String,Object> BeanToNestedMapMarshaller.marshal(Object bean, BeanPropertyAccessor.PropertyAccessType propertyAccessType)
           
 B BeanToNestedMapUnMarshaller.unmarshal(Map<String,Object> map, BeanPropertyAccessor.PropertyAccessType propertyAccessType)
           
 

Uses of BeanPropertyAccessor.PropertyAccessType in org.omnaest.utils.beans.result
 

Fields in org.omnaest.utils.beans.result declared as BeanPropertyAccessor.PropertyAccessType
protected  BeanPropertyAccessor.PropertyAccessType BeanPropertyAccessor.propertyAccessType
           
 

Methods in org.omnaest.utils.beans.result that return BeanPropertyAccessor.PropertyAccessType
static BeanPropertyAccessor.PropertyAccessType BeanPropertyAccessor.PropertyAccessType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BeanPropertyAccessor.PropertyAccessType[] BeanPropertyAccessor.PropertyAccessType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.omnaest.utils.beans.result with parameters of type BeanPropertyAccessor.PropertyAccessType
<A extends Annotation>
A
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
 

Constructors in org.omnaest.utils.beans.result with parameters of type BeanPropertyAccessor.PropertyAccessType
BeanPropertyAccessor(Field field, Method methodGetter, Method methodSetter, String propertyName, Class<B> beanType, BeanPropertyAccessor.PropertyAccessType propertyAccessType)
           
 



Copyright © 2013. All Rights Reserved.