Uses of Class
org.omnifaces.util.Reflection.PropertyPath
Packages that use Reflection.PropertyPath
-
Uses of Reflection.PropertyPath in org.omnifaces.util
Methods in org.omnifaces.util that return Reflection.PropertyPathModifier and TypeMethodDescriptionstatic Reflection.PropertyPathReflection.PropertyPath.of(Comparable<? extends Serializable>... nodes) Create a new property path composed of given nodes.Reflection.PropertyPath.with(Comparable<? extends Serializable> node) Create a new property path composed of the nodes of the current property path with the given node added.Methods in org.omnifaces.util that return types with arguments of type Reflection.PropertyPathModifier and TypeMethodDescriptionstatic Map<Object,Reflection.PropertyPath> Reflection.getBaseBeanPropertyPaths(Object bean) Recursively collect all base bean property paths from the given bean which resolve to non-null bases.static Map<Object,Reflection.PropertyPath> Reflection.getBaseBeanPropertyPaths(Object bean, Predicate<Method> recursableGetter) Recursively collect all base bean property paths from the given bean which resolve to non-null bases and are recursable.Methods in org.omnifaces.util with parameters of type Reflection.PropertyPathModifier and TypeMethodDescriptionintReflection.PropertyPath.compareTo(Reflection.PropertyPath other) Method parameters in org.omnifaces.util with type arguments of type Reflection.PropertyPathModifier and TypeMethodDescriptionstatic voidReflection.setBeanProperties(Object bean, Map<Reflection.PropertyPath, Object> properties) Recursively set given properties on given bean.