Class SimpleBeanPropertyFilter

    • Constructor Detail

      • SimpleBeanPropertyFilter

        protected SimpleBeanPropertyFilter()
    • Method Detail

      • filterOutAllExcept

        public static SimpleBeanPropertyFilter filterOutAllExcept​(java.util.Set<java.lang.String> properties)
        Factory method to construct filter that filters out all properties except ones includes in set
      • serializeAllExcept

        public static SimpleBeanPropertyFilter serializeAllExcept​(java.util.Set<java.lang.String> properties)