Class DefaultValue


  • public final class DefaultValue
    extends Object
    Contains common default values used when generating java code.
    Author:
    Emil Forslund
    • Field Detail

      • NULL

        public static final Value<?> NULL
      • EMPTY_STRING

        public static final Value<?> EMPTY_STRING
    • Method Detail

      • string

        public static Value<String> string​(String text)
        Creates a 'string' value with the specified content.
        Parameters:
        text - the inner text
        Returns:
        a value representing that string