| Class | Description |
|---|---|
| AbstractClassScanner<T,A extends Annotation> |
Abstract base class for scanning class-level annotations.
|
| ComponentDefinition |
Stores metadata about a component, as derived from component annotations.
|
| ComponentDefinition.Cardinality |
Represents the cardinality of a child tag.
|
| ComponentDefinition.DeferredSetter |
Stores a method invocation to be executed at a later time.
|
| ComponentScanner |
Utility class for scanning class and method annotations and building component definitions from
them.
|
| EventHandlerScanner |
Wires @EventHandler-annotated methods.
|
| EventParameterScanner |
Scans an object's class and superclasses for fields marked for wiring.
|
| EventTypeScanner |
Builds a map of event types to implementation classes by scanning class annotations.
|
| SchemaGenerator |
Generate an XML schema from annotations.
|
| WiredComponentScanner |
Scans an object's class and superclasses for fields marked for wiring.
|
| Enum | Description |
|---|---|
| Component.ContentHandling | |
| 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.
|
| JavaScript |
Annotation to mark fields as JavaScript for special processing.
|
| WiredComponent |
Flags a component instance for wiring.
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.