Interface EnumType.EnumNameResolver

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

    @Immutable
    @FunctionalInterface
    public static interface EnumType.EnumNameResolver
    Functional interface for looking up an enum name by its number.
    • Method Detail

      • findName

        java.util.Optional<java.lang.String> findName​(java.lang.Integer enumNumber)