Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

H

handleCodegenRunnerResult(Map<String, String>) - Method in interface fx.codegen.runner.CodegenRunnerResultHandler
 
handleCodegenRunnerResult(Map<String, String>) - Method in class fx.codegen.runner.stock.FileSavingResultHandler
 
hasChildren() - Method in class fx.codegen.model.ConfigNode
Returns true if the node has child nodes
hasChildrenWithOtherTypeNode(ConfigNode) - Method in class fx.codegen.model.ConfigNode
True if the node has at least one child node which has a type node which is different than the given type node
hasChildrenWithTypeNode(ConfigNode) - Method in class fx.codegen.model.ConfigNode
True if the node has at least one child node having the referenced type node
hasChildrenWithTypesOrWithKeysOfTypes(List<String>) - Method in class fx.codegen.model.ConfigNode
Returns true if the current node has at least one child with one of the given types or with a type node having the first unique key of the given type
hasCollections() - Method in class fx.codegen.model.ConfigNode
Returns true if the current node has at least one child node which qualifies as a collection type.
hasMappingNodes() - Method in class fx.codegen.model.ConfigNode
Returns true if the current node has at least one child node for which the type node qualifies as a mapping node.
hasNonPrimitiveChildrenWithKeysOfTypes(List<String>) - Method in class fx.codegen.model.ConfigNode
True if the node has at least one child node which is not a primitive and which has a type node which has at least one unique key which has the given type name

Usually works in conjunction with ConfigNode.hasPrimitiveChildrenWithTypes(List)
hasNonPrimitiveTypeNodes() - Method in class fx.codegen.model.ConfigNode
Returns true if the node is not a primitive and has a type node.
hasParent() - Method in class fx.codegen.model.ConfigNode
Returns true if the node is the child of another node (i.e.
hasPrimitiveChildrenWithTypes(List<String>) - Method in class fx.codegen.model.ConfigNode
True if the node has at least one child node which has been identified as a primitive and for which the type name can be found within the provided list
hasPrimitiveChildrenWithTypes(List<String>, String) - Method in class fx.codegen.model.ConfigNode
Similar to the ConfigNode.hasPrimitiveChildrenWithTypes(List) method, only it uses the node's re-factored type name resulted from the re-factoring based on the named dictionary
hasSelfReferences() - Method in class fx.codegen.model.ConfigNode
 
hasSimilarChildGroups() - Method in class fx.codegen.model.ConfigNode
 
hasSimilarTypesChildGroups() - Method in class fx.codegen.model.ConfigNode
 
hasUniqueKeyNodes() - Method in class fx.codegen.model.ConfigNode
True if at least one of the child nodes has been identified as an unique key candidate.
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links