Uses of Class
org.omnifaces.util.Reflection.PropertyPath
-
Packages that use Reflection.PropertyPath Package Description org.omnifaces.util -
-
Uses of Reflection.PropertyPath in org.omnifaces.util
Methods in org.omnifaces.util that return Reflection.PropertyPath Modifier and Type Method Description static Reflection.PropertyPath
Reflection.PropertyPath. of(Comparable<? extends Serializable>... nodes)
Create a new property path composed of given nodes.Reflection.PropertyPath
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.PropertyPath Modifier and Type Method Description static 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.PropertyPath Modifier and Type Method Description int
Reflection.PropertyPath. compareTo(Reflection.PropertyPath other)
Method parameters in org.omnifaces.util with type arguments of type Reflection.PropertyPath Modifier and Type Method Description static void
Reflection. setBeanProperties(Object bean, Map<Reflection.PropertyPath,Object> properties)
Recursively set given properties on given bean.
-