| Package | Description |
|---|---|
| alexh.weak |
| Modifier and Type | Class and Description |
|---|---|
class |
OptionalWeak<W extends Weak<W>>
Enhanced version of an Optional
|
interface |
Weak<Self extends Weak<Self>>
Wrapper for a weakly typed object or absence, providing casting, presence gathering & conversion methods
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Dynamic
Wrapper allowing weakly-typed nested structure selection that's null-safe
As an example consider a Map with the following structure called 'message'
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDynamic<T> |
class |
XmlDynamic
Dynamic implementation for XML documents
All keys & values in an XmlDynamic unwrap to Strings, try
convert()
to implement basic string->type conversions |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Weak<T>> |
OptionalWeak.empty() |
static <T extends Weak<T>> |
OptionalWeak.of(T val) |
| Modifier and Type | Method and Description |
|---|---|
Weak<?> |
Dynamic.key()
Returns Weak instance wrapping the key for this node.
|
Copyright © 2017. All rights reserved.