Package | Description |
---|---|
ch.trick17.betterchecks.fluent |
Contains all fluent check classes, like
IntCheck ,
StringCheck and many more. |
Modifier and Type | Class and Description |
---|---|
class |
ObjectBaseCheck<T,C extends ObjectBaseCheck<T,C>>
The base class for all object checks (as opposed to primitive value checks).
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionCheck
The check class for all
Collection types. |
class |
NumberCheck
The check class for
Number arguments. |
class |
ObjectArrayCheck
The check class for object arrays.
|
class |
ObjectCheck
The most general check class, which supports all non-primitive arguments.
|
class |
PrimitiveArrayCheck
The check class for all types of primitive arrays.
|
class |
StringCheck
The check class for
String arguments. |
class |
UrlCheck
The check class for
URL arguments. |
Modifier and Type | Method and Description |
---|---|
protected <T1,C1 extends ObjectBaseCheck<T1,C1>> |
ObjectBaseCheck.objectPropertyCheck(Class<C1> checkClass,
T1 property,
String propertyName)
Creates an object property check for this argument.
|
Copyright © 2012–2017 Michael Faes. All rights reserved.