java.lang.Object
org.freedesktop.dbus.propertyref.PropertyRef
Contains the same information as a
DBusBoundProperty
, but as a POJO. Use
internally when dealing with properties that are derived from methods annotated
with said annotation.- Seit:
- 5.0.0 - 2023-10-20
- Autor:
- Brett Smith
-
Konstruktorübersicht
KonstruktorBeschreibungPropertyRef
(String _name, Class<?> _type, DBusProperty.Access _access) PropertyRef
(DBusProperty _property) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic DBusProperty.Access
accessForMethod
(Method _method) static void
checkMethod
(Method _method) boolean
getName()
Class
<?> getType()
int
hashCode()
static Class
<?> typeForMethod
(Method _method)