Class TaggedUnionUtils

java.lang.Object
co.elastic.clients.util.TaggedUnionUtils

public class TaggedUnionUtils
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    TaggedUnionUtils()  
  • Method Summary

    Modifier and Type Method Description
    static <V,​ U extends TaggedUnion<?>>
    V
    get​(U union, java.lang.String type)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TaggedUnionUtils

      public TaggedUnionUtils()
  • Method Details

    • get

      public static <V,​ U extends TaggedUnion<?>> V get​(U union, java.lang.String type)