public static final class Example.NotNullOrZeroPropertySelector extends Object implements Example.PropertySelector
null
and non-zero (if numeric)Modifier and Type | Field and Description |
---|---|
static Example.NotNullOrZeroPropertySelector |
INSTANCE
Singleton access
|
Constructor and Description |
---|
NotNullOrZeroPropertySelector() |
Modifier and Type | Method and Description |
---|---|
boolean |
include(Object object,
String propertyName,
Type type)
Determine whether the given property should be used in the criteria.
|
public static final Example.NotNullOrZeroPropertySelector INSTANCE
public boolean include(Object object, String propertyName, Type type)
Example.PropertySelector
include
in interface Example.PropertySelector
object
- The property value (from the example bean)propertyName
- The name of the propertytype
- The type of the propertytrue
indicates the property should be included; false
indiates it should not.Copyright © 2016 JBoss by Red Hat. All rights reserved.