|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UtilObject | |
|---|---|
| com.iparelan.util | Iparelan Utilities This file is part of Virtual Team Tools. Copyright © 2008, Iparelan Solutions, LLC. |
| com.iparelan.util.beans | Iparelan JavaBean Utilities This file is part of Virtual Team Tools. Copyright © 2008, Iparelan Solutions, LLC. |
| com.iparelan.util.validation | Iparelan Validation Utilities This file is part of Virtual Team Tools. Copyright © 2008, Iparelan Solutions, LLC. |
| Uses of UtilObject in com.iparelan.util |
|---|
| Subclasses of UtilObject in com.iparelan.util | |
|---|---|
class |
FactoryLoader
A Service Locator that loads an AbstractFactory. |
class |
FileMarshallingStrategy
A strategy for converting a File to a String
(serializing). |
class |
FileUnmarshallingStrategy
A strategy for parsing a File value that is stored as a
String. |
class |
IntegerMarshallingStrategy
A strategy for converting an Integer to a String
(serializing). |
class |
IntegerUnmarshallingStrategy
A strategy for parsing an Integer value that is stored as
a String. |
class |
ProxyTools
This utility class contains algorithms for proxy support. |
| Uses of UtilObject in com.iparelan.util.beans |
|---|
| Subclasses of UtilObject in com.iparelan.util.beans | |
|---|---|
class |
BeanTools
This utility class contains JavaBeans convenience
algorithms. |
static class |
BeanTools.NonNullPropertyChangeEventValidator
A pre-defined validator for PropertyChangeEvents. |
| Uses of UtilObject in com.iparelan.util.validation |
|---|
| Subclasses of UtilObject in com.iparelan.util.validation | |
|---|---|
class |
AbstractValidationStrategy<T>
Provides logic common to all validation strategies. |
class |
NonEmptyStringValidationStrategy
A validator that ensures a string is not empty. |
class |
NonNullClassValidationStrategy
A validator that ensures a class is not null. |
class |
NonNullNonEmptyStringValidationStrategy
A validator that ensures a string is neither empty nor null. |
class |
NonNullObjectValidationStrategy
A validator that ensures an object is not null. |
class |
NonNullStringValidationStrategy
A validator that ensures a string is not null. |
class |
NonNullValidationStrategy<T>
A validator that ensures an object of some arbitrary type is not null. |
class |
NoValidationStrategy<T>
A validator that does no validation. |
class |
RangeValidationStrategy<T extends Comparable<? super T>>
A validator that ensures that a value of a total ordering is within some range of values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||