All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fasterxml.jackson.databind.node.QObjectNode Maven / Gradle / Ivy

Go to download

System provides workflow management functions including user, role and data management.

There is a newer version: 6.3.3
Show newest version
package com.fasterxml.jackson.databind.node;

import static com.querydsl.core.types.PathMetadataFactory.*;

import com.querydsl.core.types.dsl.*;

import com.querydsl.core.types.PathMetadata;
import javax.annotation.processing.Generated;
import com.querydsl.core.types.Path;


/**
 * QObjectNode is a Querydsl query type for ObjectNode
 */
@Generated("com.querydsl.codegen.DefaultEmbeddableSerializer")
public class QObjectNode extends BeanPath {

    private static final long serialVersionUID = -1369392210L;

    public static final QObjectNode objectNode = new QObjectNode("objectNode");

    public final QContainerNode _super = new QContainerNode(this);

    public final MapPath _children = this.createMap("_children", String.class, com.fasterxml.jackson.databind.JsonNode.class, com.fasterxml.jackson.databind.QJsonNode.class);

    //inherited
    public final SimplePath _nodeFactory = _super._nodeFactory;

    //inherited
    public final BooleanPath array = _super.array;

    //inherited
    public final BooleanPath bigDecimal = _super.bigDecimal;

    //inherited
    public final BooleanPath bigInteger = _super.bigInteger;

    //inherited
    public final BooleanPath binary = _super.binary;

    //inherited
    public final BooleanPath boolean$ = _super.boolean$;

    //inherited
    public final BooleanPath containerNode = _super.containerNode;

    //inherited
    public final BooleanPath double$ = _super.double$;

    public final BooleanPath empty = createBoolean("empty");

    //inherited
    public final BooleanPath float$ = _super.float$;

    //inherited
    public final BooleanPath floatingPointNumber = _super.floatingPointNumber;

    //inherited
    public final BooleanPath int$ = _super.int$;

    //inherited
    public final BooleanPath integralNumber = _super.integralNumber;

    //inherited
    public final BooleanPath long$ = _super.long$;

    //inherited
    public final BooleanPath missingNode = _super.missingNode;

    public final EnumPath nodeType = createEnum("nodeType", JsonNodeType.class);

    //inherited
    public final BooleanPath null$ = _super.null$;

    //inherited
    public final BooleanPath number = _super.number;

    public final BooleanPath object = createBoolean("object");

    //inherited
    public final BooleanPath pojo = _super.pojo;

    //inherited
    public final BooleanPath short$ = _super.short$;

    //inherited
    public final BooleanPath textual = _super.textual;

    //inherited
    public final BooleanPath valueNode = _super.valueNode;

    public QObjectNode(String variable) {
        super(ObjectNode.class, forVariable(variable));
    }

    public QObjectNode(Path path) {
        super(path.getType(), path.getMetadata());
    }

    public QObjectNode(PathMetadata metadata) {
        super(ObjectNode.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy