public final class Bindings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Bindings.BoundProperty<R> |
| Modifier and Type | Method and Description |
|---|---|
static com.google.code.validationframework.api.property.ReadableProperty<Boolean> |
and(com.google.code.validationframework.api.property.ReadableProperty<Boolean>... properties) |
static <RI,RO> com.google.code.validationframework.api.property.ReadableProperty<RO> |
check(com.google.code.validationframework.api.rule.Rule<RI,RO> rule,
com.google.code.validationframework.api.property.ReadableProperty<RI> property) |
static com.google.code.validationframework.api.property.ReadableProperty<Boolean> |
isEmpty(com.google.code.validationframework.api.property.ReadableProperty<String> property) |
static com.google.code.validationframework.api.property.ReadableProperty<Boolean> |
isEqualTo(com.google.code.validationframework.api.property.ReadableProperty<?> property,
Object refValue) |
static com.google.code.validationframework.api.property.ReadableProperty<Boolean> |
isFalse(com.google.code.validationframework.api.property.ReadableProperty<Boolean> property) |
static com.google.code.validationframework.api.property.ReadableProperty<Boolean> |
isNotEmpty(com.google.code.validationframework.api.property.ReadableProperty<String> property) |
static com.google.code.validationframework.api.property.ReadableProperty<Boolean> |
isNotEqualTo(com.google.code.validationframework.api.property.ReadableProperty<?> property,
Object refValue) |
static com.google.code.validationframework.api.property.ReadableProperty<Boolean> |
isNotFalse(com.google.code.validationframework.api.property.ReadableProperty<Boolean> property) |
static com.google.code.validationframework.api.property.ReadableProperty<Boolean> |
isNotTrue(com.google.code.validationframework.api.property.ReadableProperty<Boolean> property) |
static com.google.code.validationframework.api.property.ReadableProperty<Boolean> |
isTrue(com.google.code.validationframework.api.property.ReadableProperty<Boolean> property) |
static com.google.code.validationframework.api.property.ReadableProperty<Boolean> |
not(com.google.code.validationframework.api.property.ReadableProperty<Boolean> property) |
static com.google.code.validationframework.api.property.ReadableProperty<Boolean> |
or(com.google.code.validationframework.api.property.ReadableProperty<Boolean>... properties) |
static <I,O> com.google.code.validationframework.api.property.ReadableProperty<O> |
transform(com.google.code.validationframework.api.transform.Transformer<I,O> transformer,
com.google.code.validationframework.api.property.ReadableProperty<I> property) |
public static com.google.code.validationframework.api.property.ReadableProperty<Boolean> not(com.google.code.validationframework.api.property.ReadableProperty<Boolean> property)
public static com.google.code.validationframework.api.property.ReadableProperty<Boolean> and(com.google.code.validationframework.api.property.ReadableProperty<Boolean>... properties)
public static com.google.code.validationframework.api.property.ReadableProperty<Boolean> or(com.google.code.validationframework.api.property.ReadableProperty<Boolean>... properties)
public static com.google.code.validationframework.api.property.ReadableProperty<Boolean> isEmpty(com.google.code.validationframework.api.property.ReadableProperty<String> property)
public static com.google.code.validationframework.api.property.ReadableProperty<Boolean> isNotEmpty(com.google.code.validationframework.api.property.ReadableProperty<String> property)
public static com.google.code.validationframework.api.property.ReadableProperty<Boolean> isTrue(com.google.code.validationframework.api.property.ReadableProperty<Boolean> property)
public static com.google.code.validationframework.api.property.ReadableProperty<Boolean> isNotTrue(com.google.code.validationframework.api.property.ReadableProperty<Boolean> property)
public static com.google.code.validationframework.api.property.ReadableProperty<Boolean> isFalse(com.google.code.validationframework.api.property.ReadableProperty<Boolean> property)
public static com.google.code.validationframework.api.property.ReadableProperty<Boolean> isNotFalse(com.google.code.validationframework.api.property.ReadableProperty<Boolean> property)
public static com.google.code.validationframework.api.property.ReadableProperty<Boolean> isEqualTo(com.google.code.validationframework.api.property.ReadableProperty<?> property, Object refValue)
public static com.google.code.validationframework.api.property.ReadableProperty<Boolean> isNotEqualTo(com.google.code.validationframework.api.property.ReadableProperty<?> property, Object refValue)
public static <RI,RO> com.google.code.validationframework.api.property.ReadableProperty<RO> check(com.google.code.validationframework.api.rule.Rule<RI,RO> rule,
com.google.code.validationframework.api.property.ReadableProperty<RI> property)
public static <I,O> com.google.code.validationframework.api.property.ReadableProperty<O> transform(com.google.code.validationframework.api.transform.Transformer<I,O> transformer,
com.google.code.validationframework.api.property.ReadableProperty<I> property)
Copyright © 2020. All rights reserved.