public interface FieldSerializerFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldInclude(Class type,
Field field) |
boolean shouldInclude(Class type, Field field) throws ClassNotFoundException
type - the Class type to check for the field in the destination where the data will be deserialized.field - Field to check if should o should not be write/read in the serialization.true if it has to be included in the serialization.ClassNotFoundException - if the class is not present in the target class loader.Copyright © 2023 MuleSoft, Inc.. All rights reserved.