Uses of Class
org.apache.commons.modeler.FieldInfo
-
Packages that use FieldInfo Package Description org.apache.commons.modeler The Modeler component of the Jakarta Commons subproject offers convenient support for configuring and instantiating Model MBeans (management beans), as described in the JMX Specification. -
-
Uses of FieldInfo in org.apache.commons.modeler
Methods in org.apache.commons.modeler with parameters of type FieldInfo Modifier and Type Method Description void
FeatureInfo. addField(FieldInfo field)
Add a new field to the fields associated with the Descriptor that will be created from this metadata.void
ManagedBean. addField(FieldInfo field)
Add a new field to the fields associated with the Descriptor that will be created from this metadata.
-