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

com.fasterxml.jackson.databind.QJsonNode 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;

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;


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

    private static final long serialVersionUID = -887947255L;

    public static final QJsonNode jsonNode = new QJsonNode("jsonNode");

    public final QJsonSerializable_Base _super = new QJsonSerializable_Base(this);

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

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

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

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

    public final BooleanPath boolean$ = createBoolean("boolean");

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

    public final BooleanPath double$ = createBoolean("double");

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

    public final BooleanPath float$ = createBoolean("float");

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

    public final BooleanPath int$ = createBoolean("int");

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

    public final BooleanPath long$ = createBoolean("long");

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

    public final EnumPath nodeType = createEnum("nodeType", com.fasterxml.jackson.databind.node.JsonNodeType.class);

    public final BooleanPath null$ = createBoolean("null");

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

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

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

    public final BooleanPath short$ = createBoolean("short");

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

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

    public QJsonNode(String variable) {
        super(JsonNode.class, forVariable(variable));
    }

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

    public QJsonNode(PathMetadata metadata) {
        super(JsonNode.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy