Interface CelTypeProvider

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  CelTypeProvider.CombinedCelTypeProvider
      The CombinedCelTypeProvider implements the CelTypeProvider interface by merging the CelType instances supported by each together.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Optional<CelType> findType​(java.lang.String typeName)
      Return the CelType for the given typeName if supported.
      com.google.common.collect.ImmutableCollection<CelType> types()
      Return the set of CelType instances supported by this provider.
    • Method Detail

      • types

        com.google.common.collect.ImmutableCollection<CelType> types()
        Return the set of CelType instances supported by this provider.
      • findType

        java.util.Optional<CelType> findType​(java.lang.String typeName)
        Return the CelType for the given typeName if supported.