public class DefaultFiller<T> extends Object implements java.util.function.Function<T,T>
| Constructor and Description |
|---|
DefaultFiller(ValueContext<T> context) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSkippedField(String name)
Add skipped field.
|
T |
apply(T object) |
void |
removeSkippedField(String name)
Remove skipped field.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic DefaultFiller(ValueContext<T> context)
public T apply(T object)
apply in interface java.util.function.Function<T,T>public void addSkippedField(String name)
name - name of the field.public void removeSkippedField(String name)
name - name of the field.Copyright © 2020. All rights reserved.