public interface PropertyContext
FlattenedPropertiesFilter
to pass the current inspected property
introspection context.Modifier and Type | Method and Description |
---|---|
int |
getCurrentNestingLevel() |
String |
getName() |
String |
getPath() |
Class<?> |
getType() |
boolean |
isDynamic() |
String getPath()
x
and this pojo contains another POJO property named y
and this
property is part of the y
property, then the path will be x.y
String getName()
Class<?> getType()
boolean isDynamic()
int getCurrentNestingLevel()
Copyright © GigaSpaces.