Class ValueContainer

java.lang.Object
org.apache.groovy.json.internal.ValueContainer
All Implemented Interfaces:
CharSequence, Value

public class ValueContainer extends Object implements CharSequence, Value
  • Field Details

    • TRUE

      public static final Value TRUE
    • FALSE

      public static final Value FALSE
    • NULL

      public static final Value NULL
    • value

      public Object value
    • type

      public Type type
    • decodeStrings

      public boolean decodeStrings
  • Constructor Details

    • ValueContainer

      public ValueContainer(Object value, Type type, boolean decodeStrings)
    • ValueContainer

      public ValueContainer(Type type)
    • ValueContainer

      public ValueContainer(Map<String,Object> map)
    • ValueContainer

      public ValueContainer(List<Object> list)
  • Method Details