All Classes and Interfaces
Class
Description
All exceptions thrown by the app launcher are subclasses of
AppLauncherException
.Exception indicates that application is already running.
Exception indicates that module initialization just fail.
Indicates that an annotated class can be bind.
Classpath scanner to fin classes to load.
Generates "classpath.bootstrap" file.
Helper to resolve class.
Indicates that an annotated class is a "Controller".
Conversion from one type to another.
All exceptions thrown by the conversion features are subclasses of
ConversionException
.Exception indicates that provided converter is already registered.
Exception indicates that requested converter does not exist.
Exception indicates that something goes wrong during the converter initialization.
Composite key consisting of the source and destination of the conversion.
Converter information.
Handle all registered converters.
Default implementation of
Conversion
.Default implementation of
ConverterManager
.Represents a value of one or two possible types (a disjoint union).
String utility methods.
Helper to handle JSON document.
Listens to the different bind classes to detect which ones have
methods to call when starting or stopping the application.
All exceptions thrown by the life cycle features are subclasses of
LifeCycleException
.Exception indicates that method invocation failed miserably.
Life cycle manager takes care of executing the various hooks defined by the use of
the
LifeCycleStart
and LifeCycleStop
annotations.Indicates that the method should be called when the application is started.
Indicates that the method should be called when the application is stopped.
Helper to detect proxy class.
Reflection-based utility methods.
Allows to wrap a complex class type (ie: Map{String, Integer})
Indicates that an annotated class is a "Repository".
Scanned classes to load into Guice.
Indicates that an annotated class is a "Service".
All type converters must implement this interface.
Typed key-value map.
TypedMap Key.
Application launcher are expected to instantiate and run all parts of an
application based on Void Framework, wiring everything together.
Helper to retrieve Void Framework version.
Helper to handle XML document.
Helper to handle YAML document.