Uses of Class
org.apache.juneau.commons.reflect.Property
Packages that use Property
Package
Description
Marshalling API
Comprehensive reflection utilities for working with classes, methods, fields, constructors,
and annotations in a more convenient and type-safe way than the standard Java reflection APIs.
-
Uses of Property in org.apache.juneau
Methods in org.apache.juneau that return PropertyModifier and TypeMethodDescriptionClassMeta.getNameProperty()Returns the method or field annotated with@NameProperty.ClassMeta.getParentProperty()Returns the method or field annotated with@ParentProperty. -
Uses of Property in org.apache.juneau.commons.reflect
Methods in org.apache.juneau.commons.reflect that return Property