Class FieldAccessStrategy

  • All Implemented Interfaces:
    javax.json.bind.config.PropertyVisibilityStrategy

    public class FieldAccessStrategy
    extends java.lang.Object
    implements javax.json.bind.config.PropertyVisibilityStrategy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isVisible​(java.lang.reflect.Field field)  
      boolean isVisible​(java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FieldAccessStrategy

        public FieldAccessStrategy()
    • Method Detail

      • isVisible

        public boolean isVisible​(java.lang.reflect.Field field)
        Specified by:
        isVisible in interface javax.json.bind.config.PropertyVisibilityStrategy
      • isVisible

        public boolean isVisible​(java.lang.reflect.Method method)
        Specified by:
        isVisible in interface javax.json.bind.config.PropertyVisibilityStrategy