Class PofExtractor.Literal

    • Method Detail

      • index

        public int[] index()
        The POF indexes to use to extract a value.
        Returns:
        the POF indexes to use to extract a value
      • path

        public String path()
        Returns a property path to use to extract the value.

        This attribute can only be used in combination with the type() attribute, and only if the specified type is annotated with a @PortableType annotation and instrumented using PortableTypeGenerator.

        Returns:
        a property path to use to extract the value
      • type

        public Class<?> type()
        The type being extracted.
        Returns:
        the type being extracted