public interface PropertyVisibilityStrategy
Provides mechanism how to define customized property visibility strategy.
This strategy can be set via JsonbConfig.
JsonbConfig| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isVisible(Field field) |
Responds whether the given field should be considered
as the JsonbProperty.
|
boolean |
isVisible(Method method) |
Responds whether the given method should be considered
as the JsonbProperty.
|
boolean isVisible(Field field)
field - member of the classboolean isVisible(Method method)
method - member of the classCopyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.