Package | Description |
---|---|
com.broadleafcommerce.metadata.dsl.core | |
com.broadleafcommerce.metadata.dsl.core.extension.conditionals |
Modifier and Type | Method and Description |
---|---|
static PropertyConditional |
Conditional.when(String field)
Deprecated.
use
Conditionals.when(String) instead |
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyConditional<C extends PropertyConditional<C>>
An extension of
Conditional that is used for checking if a property matches a certain
criteria or value. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPropertyConditional
The default implementation of
PropertyConditional . |
Constructor and Description |
---|
DefaultPropertyConditional(PropertyConditional<?> conditional) |
Copyright © 2021. All rights reserved.