| Modifier and Type | Class and Description |
|---|---|
class |
Property.PropertyQuery.Skip
Какие свойства пропускать
|
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
include |
protected Set<String> |
names |
protected boolean |
skipHidden |
| Constructor and Description |
|---|
PropertyQuery() |
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.collection.Predicate<PropertyDescriptor> |
build()
Создает предикат для фильтрации свойств
|
Property.PropertyQuery |
exclude(String... names)
Указывает что нужно искать все свойства, за исключением указанных
|
Set<String> |
getNames()
Возвращает перечень свойств
|
Property.PropertyQuery |
include(String... names)
Указывает что нужно искать строго определенные свойства
|
Property.PropertyQuery.Skip |
skip()
Указывает какие свойства пропускать
|
public Property.PropertyQuery include(String... names)
names - имена свойствpublic Property.PropertyQuery exclude(String... names)
names - исключаемые свойстваpublic Property.PropertyQuery.Skip skip()
public xyz.cofe.collection.Predicate<PropertyDescriptor> build()
Copyright © 2019. All rights reserved.