| Interface | Description |
|---|---|
| Fqn |
Describe a fully qualified name.
|
| Fqn.Builder |
Builder interface for the Fqn.
|
| FqnPattern |
Pattern to match a Fqn.
|
| FqnPattern.Builder |
Allows to build Fqn Patterns.
|
| FqnPattern.MatchResult |
Match result of a pattern matching.
|
| FqnPattern.Specs |
Specifications of this pattern.
|
| Lookup<FROM,TO> |
Lookup table to transform an element of type FROM to an element of type TO.
|
| Value |
A simple value that can only contains primitive values.
|
| ValueList |
An ordered list of value.
|
| ValueList.Builder |
Fluid builder interface for list.
|
| ValueMap |
An map of value.
|
| ValueMap.Builder |
Fluid builder interface for map.
|
| Class | Description |
|---|---|
| Casts |
Methods used to cast values to specific types.
|
| Lookups |
Created by epoitras on 03/06/14.
|
| Lookups.LookupBuilder<FROM,TO> |
Builder for Lookup.
|
| Enum | Description |
|---|---|
| FqnPattern.Type |
Define the type of pattern.
|
| Exception | Description |
|---|---|
| DataCoercionException |
Occurs when a value cannot be coerced to another value.
|
| DataTruncationException |
Created with IntelliJ IDEA.
|
Copyright © 2015. All rights reserved.