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

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


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

    private static final long serialVersionUID = 1062638553L;

    public static final QJsonSerializable_Base base = new QJsonSerializable_Base("base");

    public QJsonSerializable_Base(String variable) {
        super(JsonSerializable.Base.class, forVariable(variable));
    }

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

    public QJsonSerializable_Base(PathMetadata metadata) {
        super(JsonSerializable.Base.class, metadata);
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy