public interface PropertyVisibilityStrategy
Provides mechanism how to define customized property visibility strategy.
This strategy can be set via JsonbConfig
.
JsonbConfig
Modifier and Type | Method and Description |
---|---|
boolean |
isVisible(java.lang.reflect.Field field)
Responds whether the given field should be considered
as the JsonbProperty.
|
boolean |
isVisible(java.lang.reflect.Method method)
Responds whether the given method should be considered
as the JsonbProperty.
|
boolean isVisible(java.lang.reflect.Field field)
field
- member of the classboolean isVisible(java.lang.reflect.Method method)
method
- member of the class