Interface ExValue

All Known Implementing Classes:
FileValue, JsonValue, PureValue, UuidValue
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 ExValue
  • Method Summary

    Modifier and Type
    Method
    Description
    static ExValue
    get(Object value)
     
    static Object
    getValue(org.apache.poi.ss.usermodel.Cell cell, Class<?> type, org.apache.poi.ss.usermodel.FormulaEvaluator evaluator)
     
    <T> T
    to(Object value)
     
  • Method Details

    • get

      static ExValue get(Object value)
    • getValue

      static Object getValue(org.apache.poi.ss.usermodel.Cell cell, Class<?> type, org.apache.poi.ss.usermodel.FormulaEvaluator evaluator)
    • to

      <T> T to(Object value)