π
π
π
π
Jodd Proxetta
Github
Issues
Jodd
Searchβ¦
Proxetta
Pointcuts
Advices
Proxy
Wrapper
Invocation replacement
Paramo
Paramo
Refs
Methref
Pathref
Powered By
GitBook
Pathref
Similar to
Methref
, the
Pathref
returns the
bean path
of the property. The usage is very similar:
Pathref
<
User
>
p
=
Pathref
.
on
(
User
.
class
);
β
p
.
path
(
p
.
to
()
.
getFriends
()
.
get
(
2
)
.
getAddress
()
.
getStreet
());
// friends[2].address.street
Bean path can be used later in reading the property using e.g.
BeanUtil
.
Refs - Previous
Methref
Last modified
1yr ago
Export as PDF
Copy link