Uses of Class
org.eel.kitchen.util.NodeType

Packages that use NodeType
org.eel.kitchen.jsonschema.format   
org.eel.kitchen.jsonschema.keyword   
org.eel.kitchen.jsonschema.syntax   
org.eel.kitchen.util Various utility packages 
 

Uses of NodeType in org.eel.kitchen.jsonschema.format
 

Constructors in org.eel.kitchen.jsonschema.format with parameters of type NodeType
FormatSpecifier(NodeType first, NodeType... other)
           
FormatSpecifier(NodeType first, NodeType... other)
           
 

Uses of NodeType in org.eel.kitchen.jsonschema.keyword
 

Fields in org.eel.kitchen.jsonschema.keyword with type parameters of type NodeType
protected  EnumSet<NodeType> KeywordValidator.instanceTypes
           
protected  EnumSet<NodeType> AbstractTypeKeywordValidator.typeSet
           
 

Constructors in org.eel.kitchen.jsonschema.keyword with parameters of type NodeType
KeywordValidator(NodeType... types)
           
PositiveIntegerKeywordValidator(String keyword, JsonNode schema, NodeType... types)
           
 

Uses of NodeType in org.eel.kitchen.jsonschema.syntax
 

Constructors in org.eel.kitchen.jsonschema.syntax with parameters of type NodeType
ArrayChildrenSyntaxChecker(String keyword, NodeType type, NodeType... other)
           
ArrayChildrenSyntaxChecker(String keyword, NodeType type, NodeType... other)
           
 

Uses of NodeType in org.eel.kitchen.util
 

Methods in org.eel.kitchen.util that return NodeType
static NodeType NodeType.fromName(String name)
          Given a type name, return the corresponding node type
static NodeType NodeType.getNodeType(JsonNode node)
          Given a JsonNode as an argument, return its type.
static NodeType NodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeType[] NodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.