Uses of Interface
nl.tudelft.simulation.introspection.Property
Package
Description
Contains the core interfaces of the Introspection project plus some abstract implementations.
Contains the JavaBean TM implementation of the introspection interfaces.
Contains a field introspecting implementation of the Introspection interfaces.
-
Uses of Property in nl.tudelft.simulation.introspection
Modifier and TypeClassDescriptionclass
A default Property implementation that provides a standard way to handle composite values.Modifier and TypeMethodDescriptionProperty[]
AbstractSuppressIntrospector.getProperties
(Object arg0) Property[]
Introspector.getProperties
(Object introspected) AbstractSuppressIntrospector.getProperty
(Object arg0, String arg1) Retrieves the {see Property}with a given name from an introspected object.Introspector.getProperty
(Object introspected, String property) Retrieves the {see Property}with a given name from an introspected object. -
Uses of Property in nl.tudelft.simulation.introspection.beans
Modifier and TypeClassDescriptionclass
The JavaBean TM implementation of the Property interface.Modifier and TypeMethodDescriptionProperty[]
BeanIntrospector.getProperties
(Object introspectedObject) BeanIntrospector.getProperty
(Object introspectedObject, String property) Retrieves the {see Property}with a given name from an introspected object. -
Uses of Property in nl.tudelft.simulation.introspection.fields
Modifier and TypeClassDescriptionclass
The field implementation of the Property interface.Modifier and TypeMethodDescriptionProperty[]
FieldIntrospector.getProperties
(Object introspectedObject) FieldIntrospector.getProperty
(Object introspectedObject, String property) Retrieves the {see Property}with a given name from an introspected object.