org.codehaus.enunciate.modules.docs
Class WhateverNode

java.lang.Object
  extended by org.codehaus.jackson.JsonNode
      extended by org.codehaus.jackson.node.BaseJsonNode
          extended by org.codehaus.jackson.node.ValueNode
              extended by org.codehaus.enunciate.modules.docs.RawValueNode
                  extended by org.codehaus.enunciate.modules.docs.WhateverNode
All Implemented Interfaces:
java.lang.Iterable<org.codehaus.jackson.JsonNode>, org.codehaus.jackson.map.JsonSerializable, org.codehaus.jackson.map.JsonSerializableWithType

public final class WhateverNode
extends RawValueNode

This singleton value class is used to contain "..." as a value (for documentation purposes).


Field Summary
static WhateverNode instance
           
 
Fields inherited from class org.codehaus.jackson.JsonNode
NO_NODES, NO_STRINGS
 
Method Summary
static WhateverNode getInstance()
           
 
Methods inherited from class org.codehaus.enunciate.modules.docs.RawValueNode
asText, asToken, equals, getValueAsText, isNull, serialize
 
Methods inherited from class org.codehaus.jackson.node.ValueNode
isValueNode, path, path, serializeWithType, toString
 
Methods inherited from class org.codehaus.jackson.node.BaseJsonNode
findParent, findParents, findPath, findValue, findValues, findValuesAsText, getNumberType, traverse
 
Methods inherited from class org.codehaus.jackson.JsonNode
asBoolean, asBoolean, asDouble, asDouble, asInt, asInt, asLong, asLong, findParents, findValues, findValuesAsText, get, get, getBigIntegerValue, getBinaryValue, getBooleanValue, getDecimalValue, getDoubleValue, getElements, getFieldNames, getFields, getIntValue, getLongValue, getNumberValue, getPath, getPath, getTextValue, getValueAsBoolean, getValueAsBoolean, getValueAsDouble, getValueAsDouble, getValueAsInt, getValueAsInt, getValueAsLong, getValueAsLong, has, has, isArray, isBigDecimal, isBigInteger, isBinary, isBoolean, isContainerNode, isDouble, isFloatingPointNumber, isInt, isIntegralNumber, isLong, isMissingNode, isNumber, isObject, isPojo, isTextual, iterator, size, with
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

instance

public static final WhateverNode instance
Method Detail

getInstance

public static WhateverNode getInstance()