| Interface | Description |
|---|---|
| TypedClosure<K,V> |
A class that provides for a typed closure that will return a the specified type value from the specified type
|
| TypedTransformer<K> |
A class that provides for a typed transformer.
|
| WorkOnChange |
Encapsulate some amount of work to perform whenever a change aware collection is modified.
|
| Wrappable |
Utility interface for items that wrap an internal, delegate item
|
| Class | Description |
|---|---|
| ApplicationContextHolder |
Convenient class to hold the Spring application context.
|
| BLCCollectionUtils |
Convenience methods for interacting with collections.
|
| BLCFieldUtils |
Utility class used primarily for retrieving fields on domain classes.
|
| BLCMapUtils |
Convenience methods for interacting with maps
|
| BLCRequestUtils |
Convenience methods for interacting with the request
|
| BLCSystemProperty |
Convenience class to faciliate getting system properties
Note that this class is scanned as a bean to pick up the applicationContext, but the methods
this class provides should be invoked statically.
|
| DateUtil | |
| DimensionUnitOfMeasureType |
An extendible enumeration of units of measure types.
|
| EfficientLRUMap<K,V> |
This class provides an LRUMap structure that defaults to a more efficient ConcurrentHashMap if the
size has not yet been reached.
|
| FormatUtil | |
| StatCalc | |
| StopWatch | |
| StringUtil |
Convenience methods for interacting with Java String types
|
| TransactionUtils | |
| TypedPredicate<T> |
A class that provides for a typed predicat
|
| UrlUtil | |
| WeightUnitOfMeasureType |
An extendible enumeration of units of measure types.
|
| Exception | Description |
|---|---|
| UnknownUnwrapTypeException |
Copyright © 2016. All rights reserved.