Package org.omnaest.utils.beans

Interface Summary
AutowiredPropertyContainer An AutowiredPropertyContainer is a facade for autowired properties of a Java Bean class.
ListToTypeAdapter.UnderlyingListAware<L extends List<?>> This interface makes a derivative type aware of an underlying map implementation.
MapToTypeAdapter.UnderlyingMapAware<M extends Map<String,Object>> This interface makes a derivative type aware of an underlying map implementation.
 

Class Summary
BeanUtil Deprecated. use BeanUtils instead
BeanUtil.BeanProperty Holds information about a beans property
BeanUtil.PropertyCriterion Defines a interface for a criterion to retrieve property names of an object.
BeanUtil.PropertyCriterionAnnotationname Matches the name of an annotation of a property method, or the property with the same name as its property method, using regular expression.
BeanUtil.PropertyCriterionConjunction Base class for other cunjunction criteria.
BeanUtil.PropertyCriterionConjunctionAND Conjunction of sub criteria.
BeanUtil.PropertyCriterionConjunctionOR Conjunction of sub criteria.
BeanUtil.PropertyCriterionHasGetterSetter Test a method if it is a getter or / and a setter of a property.
BeanUtil.PropertyCriterionMethodname Matches the name of a method using regular expression.
BeanUtils Helper class for Java beans.
ListToTypeAdapter<T,L extends List<?>> This class creates a proxy implementation for a given Java Bean type which is used as a facade to an underlying List<?
MapToTypeAdapter<T,M extends Map<Object,Object>> This class creates a proxy implementation for a given class or interface type which is used as a facade to an underlying Map<String,?
ObjectToStringMap Deprecated.
TypeToAutowiredPropertyContainerAdapter<B> Adapter to create a Map view on an underlying Java Bean object.
TypeToPropertynameMapAdapter<B> Adapter to create a Map view on an underlying Java Bean object.
 

Annotation Types Summary
BeanUtil.CopyableProperty Marker annotation.
 



Copyright © 2011. All Rights Reserved.