Interface PersistenceFieldEvaluator

  • 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 interface PersistenceFieldEvaluator
    Alias type to concretely identify the task of evaluating a Field's persistability
    • Method Summary

      Modifier and Type Method Description
      boolean applies​(Class<?> entityType, Field field)  
    • Method Detail

      • applies

        boolean applies​(Class<?> entityType,
                        Field field)