See: Description
Interface | Description |
---|---|
Copyable<C extends Copyable<C>> | |
DatabaseTypeBinding |
Binding from database output column type to Java object.
|
DestroyCallback |
General pupose callback to destroy a resource and free it's underlying resources.
|
JsonUtilParameterOverides | |
KeyOfEventComputation | |
Serializer<T> | |
SimpleNumberBigDecimalCoercer |
Interface for number coercion resulting in BigInteger.
|
SimpleNumberBigIntegerCoercer |
Interface for number coercion resulting in BigInteger.
|
SimpleNumberCoercer |
Interface for number coercion.
|
SimpleTypeCaster |
Interface for casting.
|
SimpleTypeParser |
Parser of a String input to an object.
|
SimpleTypeParserSPI |
Parser of a String input to an object.
|
StopCallback |
General purpose callback to stop a resource and free it's underlying resources.
|
TriConsumer<T,U,V> | |
TriFunction<A,B,C,R> | |
TypeWidener |
Interface for a type widener.
|
TypeWidenerCustomizer | |
TypeWidenerSPI |
Interface for a type widener.
|
Class | Description |
---|---|
BoolValue | |
CollectionUtil |
Utility for handling collection or array tasks.
|
ComparatorHashableMultiKey |
A comparator on multikeys.
|
ComparatorHashableMultiKeyCasting |
A comparator on multikeys.
|
ComparatorHashableMultiKeyCollating |
A comparator on multikeys with string values and using the Collator for comparing.
|
ComparatorObjectArray |
A comparator on multikeys.
|
ComparatorObjectArrayCasting |
A comparator on multikeys.
|
ComparatorObjectArrayCollating |
A comparator on multikeys with string values and using the Collator for comparing.
|
ConfigurationParser |
Parser for configuration XML.
|
ConstructorHelper |
Helper class to find and invoke a class constructors that matches the types of arguments supplied.
|
CRC32Util | |
DatabaseTypeEnum.DatabaseTypeBindingBigDecimal | |
DatabaseTypeEnum.DatabaseTypeBindingBoolean | |
DatabaseTypeEnum.DatabaseTypeBindingByte | |
DatabaseTypeEnum.DatabaseTypeBindingByteArray | |
DatabaseTypeEnum.DatabaseTypeBindingDouble | |
DatabaseTypeEnum.DatabaseTypeBindingFloat | |
DatabaseTypeEnum.DatabaseTypeBindingInt | |
DatabaseTypeEnum.DatabaseTypeBindingLong | |
DatabaseTypeEnum.DatabaseTypeBindingShort | |
DatabaseTypeEnum.DatabaseTypeBindingSqlDate | |
DatabaseTypeEnum.DatabaseTypeBindingSqlTime | |
DatabaseTypeEnum.DatabaseTypeBindingSqlTimestamp | |
DatabaseTypeEnum.DatabaseTypeBindingString | |
DependencyGraph |
Model of dependency of lookup, in which one stream supplies values for lookup in another stream.
|
DeploymentIdNamePair | |
DOMElementIterator |
Iterator over DOM nodes that positions between elements.
|
DOMUtil | |
EnumValue | |
EventBeanSummarizer | |
EventRepresentationUtil | |
ExecutionPathDebugLog |
Utility class that control debug-level logging in the execution path
beyond which is controlled by Log4j.
|
FileUtil | |
GraphUtil |
Utility for working with acyclic graph: determines cyclic dependency and dependency-satisfying processing order.
|
HashUtil | |
Indent |
Utility class around indenting and formatting text.
|
IndentWriter |
Writer that uses an underlying PrintWriter to indent output text for easy reading.
|
IntArrayUtil | |
JavaClassHelper |
Helper for questions about Java classes such as
|
LazyAllocatedMap<K,V> | |
LevenshteinDistance |
Utility for string comparison based on the Levenshtein algo.
|
LikeUtil |
Utility for performing a SQL Like comparsion.
|
LongValue | |
ManagedReadWriteLock |
Simple read-write lock based on
ReentrantReadWriteLock that associates a
name with the lock and traces read/write locking and unlocking. |
MethodResolver |
Used for retrieving static and instance method objects.
|
MetricUtil |
Utility for CPU and wall time metrics.
|
MurmurHash |
This is a very fast, non-cryptographic hash suitable for general hash-based
lookup.
|
MutableBoolean | |
NullableObject<T> |
A generic class to hold an object that may itself be a null value versus an undefined (not existing) value.
|
ObjectCollatingComparator |
A comparator on objects that takes a boolean array for ascending/descending.
|
ObjectComparator |
A comparator on objects that takes a boolean array for ascending/descending.
|
ObjectInputStreamWithTCCL | |
OnDemandSunReflectionFactory | |
PlaceholderParser |
Parser for strings with substitution parameters of the form ${parameter}.
|
PlaceholderParser.Fragment |
Fragment is a parse result, a parse results in an ordered list of fragments.
|
PlaceholderParser.ParameterFragment |
Represents a parameter in a parsed string of texts and parameters.
|
PlaceholderParser.TextFragment |
Represents a piece of text in a parse string with placeholder values.
|
ResourceLoader |
Utility class for loading or resolving external resources via URL and class path.
|
SerializableObjectCopier |
Utility class for copying serializable objects via object input and output streams.
|
SerializerFactory | |
SerializerUtil | |
SimpleByteArrayInputStream |
Input stream that relies on a simple byte array, unchecked.
|
SimpleByteArrayOutputStream |
Output stream that relies on a simple byte array, unchecked.
|
SimpleNumberCoercerFactory |
Factory for conversion/coercion and widening implementations for numbers.
|
SimpleNumberCoercerFactory.SimpleNumberCoercerBigDecDouble | |
SimpleNumberCoercerFactory.SimpleNumberCoercerBigDecLong | |
SimpleNumberCoercerFactory.SimpleNumberCoercerBigInt | |
SimpleNumberCoercerFactory.SimpleNumberCoercerByte | |
SimpleNumberCoercerFactory.SimpleNumberCoercerDouble | |
SimpleNumberCoercerFactory.SimpleNumberCoercerFloat | |
SimpleNumberCoercerFactory.SimpleNumberCoercerInt | |
SimpleNumberCoercerFactory.SimpleNumberCoercerLong | |
SimpleNumberCoercerFactory.SimpleNumberCoercerShort | |
SimpleTypeCasterAnyType |
Cast implementation for non-numeric values that caches allowed casts assuming there is a small set of casts allowed.
|
SimpleTypeCasterFactory |
Factory for casters, which take an object and safely cast to a given type, performing coercion or dropping
precision if required.
|
SimpleTypeCasterFactory.CharacterCaster |
Cast implementation for char values.
|
SimpleTypeParserCodegenFieldSharable | |
SimpleTypeParserFactory |
A factory for creating an instance of a parser that parses a String and returns a target type.
|
SQLTypeMapUtil |
Utility for mapping SQL types of
Types to Java classes. |
StopCallbackNoAction |
Stop callback that performs no action.
|
StringValue | |
ThreadLogUtil |
Utility class for logging threading-related messages.
|
TransientConfigurationResolver | |
TypeWidenerBoxedNumeric |
Widerner that coerces to a widened boxed number.
|
TypeWidenerFactory |
Factory for type widening.
|
TypeWidenerObjectArrayToCollectionCoercer |
Type widner that coerces from String to char if required.
|
URIUtil |
Utility for inspecting and comparing URI.
|
UuidGenerator |
Unique id generator based on Java 5
UUID , generates 36-character unique ids. |
Version |
Enum | Description |
---|---|
DatabaseTypeEnum |
Enumeration of the different Java built-in types that are used to represent database output column values.
|
Exception | Description |
---|---|
ClassInstantiationException |
Exception to represent an error instantiating a class from a class name.
|
CoercionException |
Exception to represent a mismatch in Java types in an expression.
|
GraphCircularDependencyException |
Exception to represent a circular dependency.
|
MethodResolverNoSuchCtorException |
Exception for resolution of a method failed.
|
MethodResolverNoSuchMethodException |
Exception for resolution of a method failed.
|
PlaceholderParseException |
Exception to indicate a parse error in parsing placeholders.
|
TypeWidenerException | |
ValidationException |
Utility classes that center around Java type handling, printing, reflection, debugging
Copyright © 2005–2018. All rights reserved.