Interface SerializeFieldsYamlBase.AllowClasses

Enclosing class:
SerializeFieldsYamlBase
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SerializeFieldsYamlBase.AllowClasses
Allows added security by allowing only certain classes to be deserialized for security
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    allow(String name)
     
  • Method Details

    • allow

      boolean allow(String name)