Package | Description |
---|---|
org.safs.data.model |
Modifier and Type | Class and Description |
---|---|
class |
FieldFilterByModifiers |
class |
FieldFilterByName |
class |
FieldFilterComposite |
class |
FilterAbstract<T> |
Modifier and Type | Field and Description |
---|---|
protected Filter<java.lang.reflect.Field> |
ToStringDefault.filterForToStringMethod
The filter used to tell us what field will be ignored by method
ToStringDefault.toString() .Here we provide a default FieldFilterByName , which is instantiated with ToStringDefault.getFieldNamesIgnoredByToStringMethod() .In subclass, we can either override ToStringDefault.getFieldNamesIgnoredByToStringMethod() or we can assign a new Filter to ToStringDefault.filterForToStringMethod . |
protected Filter<java.lang.reflect.Field> |
UpdatableDefault.filterForUpdateMethod
The filter used to tell us what field will be ignored by method
UpdatableDefault.update(Object) .Here we provide a default FieldFilterByName , which is instantiated with UpdatableDefault.getFieldNamesIgnoredByUpdateMethod() .In subclass, we can either override UpdatableDefault.getFieldNamesIgnoredByUpdateMethod() or we can assign a new Filter to UpdatableDefault.filterForUpdateMethod . |
Modifier and Type | Method and Description |
---|---|
void |
FieldFilterComposite.addFilter(Filter<java.lang.reflect.Field> filter) |
Constructor and Description |
---|
FieldFilterComposite(Filter<java.lang.reflect.Field> filter) |
Copyright © SAS Institute. All Rights Reserved.