Class ConjureEnums


  • public final class ConjureEnums
    extends java.lang.Object
    Internal utility functions for conjure enum types.
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static void validate​(java.lang.String value)
      Deprecated.
      No longer used by conjure-java generated code.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • validate

        @Deprecated
        public static void validate​(java.lang.String value)
        Deprecated.
        No longer used by conjure-java generated code. Preserving this function to ensure that enums generated by conjure-java 2.8.0 - 2.11.0 continue to work with newer conjure-lib.
        Ensures a string could be a legitimate Enum value.