Uses of Class
org.eclnt.jsfserver.util.BeanIntrospector.PropertyIntrospectionInfo
Packages that use BeanIntrospector.PropertyIntrospectionInfo
Package
Description
-
Uses of BeanIntrospector.PropertyIntrospectionInfo in org.eclnt.jsfserver.elements.adapter
Methods in org.eclnt.jsfserver.elements.adapter that return types with arguments of type BeanIntrospector.PropertyIntrospectionInfoModifier and TypeMethodDescriptionReflectionAnalyzer.ReflectionInfo.getProperties()
Information is kept on attribute name level!!! -
Uses of BeanIntrospector.PropertyIntrospectionInfo in org.eclnt.jsfserver.util
Methods in org.eclnt.jsfserver.util that return BeanIntrospector.PropertyIntrospectionInfoMethods in org.eclnt.jsfserver.util that return types with arguments of type BeanIntrospector.PropertyIntrospectionInfoModifier and TypeMethodDescriptionBeanIntrospector.readProperties
(Class cl) BeanIntrospector.readPropertiesAsList
(Class cl) The list of properties is always stable within one virtual machine - so you can use the list for purposes in which the list is required to be stable.Methods in org.eclnt.jsfserver.util with parameters of type BeanIntrospector.PropertyIntrospectionInfoModifier and TypeMethodDescriptionint
BeanIntrospector.PropertyIntrospectionInfo.compareTo
(BeanIntrospector.PropertyIntrospectionInfo o) -
Uses of BeanIntrospector.PropertyIntrospectionInfo in org.eclnt.util.valuemgmt
Methods in org.eclnt.util.valuemgmt with parameters of type BeanIntrospector.PropertyIntrospectionInfoModifier and TypeMethodDescriptionprotected static Object
PojoManager.convertNullValueForSorting
(BeanIntrospector.PropertyIntrospectionInfo pii, Object v)