Package adams.core.discovery
Class IntrospectionHelper.IntrospectionContainer
- java.lang.Object
-
- adams.core.discovery.IntrospectionHelper.IntrospectionContainer
-
- Enclosing class:
- IntrospectionHelper
public static class IntrospectionHelper.IntrospectionContainer extends Object
Simple container object for storing introspection information.
-
-
Field Summary
Fields Modifier and Type Field Description MethodDescriptor[]
methods
the method descriptors.AbstractOption[]
options
the options, if any.PropertyDescriptor[]
properties
the property descriptors.
-
Constructor Summary
Constructors Constructor Description IntrospectionContainer()
-
-
-
Field Detail
-
options
public AbstractOption[] options
the options, if any.
-
properties
public PropertyDescriptor[] properties
the property descriptors.
-
methods
public MethodDescriptor[] methods
the method descriptors.
-
-