Class ToTypeValue

  • All Implemented Interfaces:
    Function<Object,​TypeValue>

    public class ToTypeValue
    extends uk.gov.gchq.koryphe.function.KorypheFunction<Object,​TypeValue>
    A ToTypeValue is a KorypheFunction that converts a value into a TypeValue, by setting the Type to null (or the provided string) and the Value to the input value.
    • Constructor Detail

      • ToTypeValue

        public ToTypeValue​(String type)
      • ToTypeValue

        public ToTypeValue()