Package | Description |
---|---|
org.omnifaces.taghandler | |
org.omnifaces.util |
Constructor and Description |
---|
CollectingValidator(Set<String> collectedClientIds,
Map<Reflection.PropertyPath,Object> collectedProperties,
Map<Object,Reflection.PropertyPath> knownBaseProperties) |
CollectingValidator(Set<String> collectedClientIds,
Map<Reflection.PropertyPath,Object> collectedProperties,
Map<Object,Reflection.PropertyPath> knownBaseProperties) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
Reflection.PropertyPath.compareTo(Reflection.PropertyPath other) |
Modifier and Type | Method and Description |
---|---|
static void |
Reflection.setBeanProperties(Object bean,
Map<Reflection.PropertyPath,Object> properties)
Recursively set given properties on given bean.
|
Copyright © 2012–2020 OmniFaces. All rights reserved.