| Interface | Description |
|---|---|
| MethodScanner.IMethodProcessor |
| Class | Description |
|---|---|
| AbstractClassScanner<T,A extends Annotation> |
Abstract base class for scanning class-level annotations.
|
| AbstractFieldScanner<T,A extends Annotation> |
Abstract base class for scanning field-level annotations.
|
| ComponentDefinition |
Stores metadata about a component, as derived from component annotations.
|
| ComponentDefinition.Cardinality |
Represents the cardinality of a child tag.
|
| ComponentScanner |
Utility class for scanning class and method annotations and building component definitions from
them.
|
| EventHandlerScanner |
Wires @EventHandler-annotated methods.
|
| EventParameterScanner |
Scans an event object's class and superclasses for fields annotated for wiring.
|
| EventTypeScanner |
Builds a map of event types to implementation classes by scanning class annotations.
|
| MethodScanner |
Utility class to facilitate scanning methods for annotations.
|
| OptionScanner |
Builds an OptionMap from Option annotations.
|
| PackageScanner |
Scans packages for member classes.
|
| WiredComponentScanner |
Scans an object's class and superclasses for fields marked for wiring.
|
| Enum | Description |
|---|---|
| Component.ContentHandling |
Methods of handling text content nodes.
|
| OnFailure |
Defines actions to be taken during annotation processing when an exception occurs.
|
| Annotation Type | Description |
|---|---|
| Component |
Class annotation to control deserialization of a Fujion resource.
|
| Component.ChildTag |
Represents a child tag and its cardinality.
|
| Component.FactoryParameter |
Binds a factory parameter to an XML attribute.
|
| Component.PropertyGetter |
Marks a property getter.
|
| Component.PropertySetter |
Marks a property setter
|
| EventHandler |
Identifies a handler method for one or more specific events.
|
| EventHandlers |
Container for EventHandler annotations.
|
| EventType |
Class annotation to facilitate deserialization of events.
|
| EventType.EventParameter |
Marks a field to be wired from client request data.
|
| Option |
Annotation to mark a field to be serialized as part of an option map.
|
| WiredComponent |
Flags a component instance for wiring.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.